流星科尔多瓦Phonegap facebook插件构建问题

时间:2016-01-13 12:28:12

标签: cordova meteor facebook-javascript-sdk cordova-plugins

想知道这里是否有人可以帮助我。我试图在Meteor中使用phonegap facebook插件(https://github.com/Wizcorp/phonegap-facebook-plugin)但在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.

它似乎与https://github.com/phonegap/phonegap-plugin-push/issues/51有关,但该线程中的解决方案并没有为我解决。

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

谢谢!

0 个答案:

没有答案