Build react-native run-android on windows -
i try build react-native run-android on windows bug appear
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:
cd android && ./gradlew clean
cd .. && react-native run-android
Comments
Post a Comment