Meteor Cordova Phonegap facebook插件构建问题

Meteor Cordova Phonegap facebook插件构建问题,cordova,meteor,facebook-javascript-sdk,cordova-plugins,Cordova,Meteor,Facebook Javascript Sdk,Cordova Plugins,不知道这里是否有人能帮我。我试图在Meteor中使用phonegap facebook插件(),但它在android构建过程中崩溃,出现以下错误: warning: java/net/URI.class(java/net:URI.class): major version 51 is newer than 50, the highest major version supported by this compiler. It is recommended that the compiler be

不知道这里是否有人能帮我。我试图在Meteor中使用phonegap facebook插件(),但它在android构建过程中崩溃,出现以下错误:

warning: java/net/URI.class(java/net:URI.class): major version 51 is newer than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
/Users/name/dev/myApp/app/.meteor/local/cordova-build/platforms/android/src/com/adobe/phonegap/push/GCMIntentService.java:483: cannot find symbol
symbol  : method setColor(int)
location: class android.support.v4.app.NotificationCompat.Builder
mBuilder.setColor(iconColor);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
这似乎与我有关,但该线程中的解决方案并没有为我解决问题

是否有人以前遇到过此错误并进行了修复

谢谢