Home > Back-end >  Execution failed for task ':app:processDebugMainManifest'. in ReactNative CLI
Execution failed for task ':app:processDebugMainManifest'. in ReactNative CLI

Time:01-24

I try to build a ReactNative app using ReactNative CLI following the steps in their documentation: enter image description here

CodePudding user response:

Ensure that you Installed Android SDK and Configured the ANDROID_HOME environment variable like documented here enter image description here

In the Path of 'System variables', click edit and add the following path variables to the top of the list and save.

%JAVA_HOME%\bin

enter image description here

  • Now restart the computer and rerun the application

    •  Tags:  
    • Related