1. run-android时报错:
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and
have set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
这个找了半天问题,最后发现是Ubuntu的运行权限问题。
需要设置 chmod 755 android/gradlew 给gradlew运行的权限。
链接: https://blog.csdn.net/u011516241/article/details/79796059
2. 解决上一个问题后又报了一个错误:
Could not get unknown property 'MYAPP_RELEASE_STORE_FILE' for SigningConfig_Decorated{name=release, storeFile=null, storePassword=null, keyAlias=null, keyPassword=null, storeType=null, v1SigningEnabled=true, v2SigningEnabled=true} of type com.android.build.gradle.internal.dsl.SigningConfig