Build react-native run-android on windows -


i try build react-native run-android on windows bug appearenter image description here

then follow answer on github issue try command chmod 755 android/gradlew on root folder chmod' not recognized internal or external command, operable program or batch file. think answer linux . body me . reading question

the error states neither have android device connected nor have emulator running. follow this guide android setup.

if have android setup , running emulator, try restarting , run following commands:

try running following commands:

  1. cd android && ./gradlew clean
  2. cd .. && react-native run-android

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -