Android组件构建失败的URI具有权限组件

时间:2015-11-17 07:56:58

标签: java android

当我合并应用程序然后运行make命令时 ./mk -t se02 mm packages/apps/Remote(此命令与mmm packages / apps / Remote相同),失败并显示如下错误日志:

No private recovery resources for TARGET_DEVICE se02
target Java: Remote (out/target/common/obj/APPS/Remote_intermediates/classes)
warning: com/activeandroid/query/Select.class(com/activeandroid/query:Select.class): major version 51 is newer than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: com/songshu/gallery/SSPushManager.class(com/songshu/gallery:SSPushManager.class): major version 51 is newer than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: com/songshu/gallery/SSPushReceiver.class(com/songshu/gallery:SSPushReceiver.class): major version 51 is newer than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
error: Exception thrown while constructing Processor object: java.lang.IllegalArgumentException: URI has an authority component
make[1]:  [out/target/common/obj/APPS/Remote_intermediates/classes-full-debug.jar] Error 41
make[1]: Leaving directory `/home/leo/source/temp/Mtk'
                         out/target/product/se02_mm.log_err
                    ==> [FAIL]  2015/11/17 15:45:24
make:  [mm] Error 1
Android环境是MTK android 4.2.2,jdk版本是1.6;有谁知道是什么原因造成的?这是一个环境设置问题吗?或代码问题?提前谢谢!

0 个答案:

没有答案