Skip to content

Instantly share code, notes, and snippets.

@Asinox
Created December 28, 2018 00:46
Show Gist options
  • Save Asinox/459d1b35c024b2c417491b1721b2adb0 to your computer and use it in GitHub Desktop.
Save Asinox/459d1b35c024b2c417491b1721b2adb0 to your computer and use it in GitHub Desktop.
react-native run-android, Could not install the app on the device
You might check the permissions on android/gradlew
They should be 755 not 644
Run chmod 755 android/gradlew inside your app root folder
then run react-native run-android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment