【问题标题】:While running react-native project in android Emulator am getting error as 'Execution failed for task ':app:processDebugManifest''在 android Emulator 中运行 react-native 项目时出现错误,因为“任务执行失败:app:processDebugManifest” 【发布时间】:2017-09-13 07:38:15 【问题描述】: 这是我的 AndroidManifest.xml 代码和 androidStudio 日志图像 【问题讨论】: 标签: reactjs react-native android-studio-2.0 【解决方案1】: 您是否更改了 AndroidManifest 中的某些内容?导致代码说你搞砸了代码的权限 你使用过 API 吗? 【讨论】: 不,我刚刚添加了 react-native-pushnotifications 的内容。然后我得到了这些错误 你保存了你的模块:$ npm i --save react-native-puch-notification 吗?您是否按照完整说明为您的项目设置模块