Android Studio编译错误 :processDebugManifest

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

Android Studio编译错误 :processDebugManifest_第1张图片
编译出错截图

原因是Mainifest.xml文件中没有对具有intent-filter属性的项设置action,添加action后,编译通过

你可能感兴趣的:(Android Studio编译错误 :processDebugManifest)