Android Studio编译错误 :processDebug

2016-11-08  本文已影响0人  祥龙翔天

在编译从Eclipse迁移到Android Studio上的工程的时候,有时候会出现下面的编译错误
Error:Execution failed for task ':xxxxxxx:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
如下图

编译出错截图
原因是Mainifest.xml文件中没有对具有intent-filter属性的项设置action,添加action后,编译通过
上一篇 下一篇

猜你喜欢

热点阅读