cordova 无法使用 phonegap 解析插件构建项目

cordova can't build the project with phonegap parse plugin

Cordova 无法使用 this 插件构建项目。

当我在 eclipse 中导入项目时,eclipse 在 ParsePlugin.java

中显示错误
private void initialize(final CallbackContext callbackContext, final JSONArray args) {
    cordova.getThreadPool().execute(new Runnable() {
        public void run() {
        PushService.setDefaultPushCallback(cordova.getActivity(), cordova.getActivity().getClass());
        ParseInstallation.getCurrentInstallation().saveInBackground();
        callbackContext.success();
        }
    });
}

此问题已由 Parse.zip 中的螺栓-android.XXX.jar 修复 并将其复制到 platform/android/lib/