當我試圖上傳反應本地APK我的手機上,我得到一個錯誤:反應原生運行Android的錯誤:無法上傳一些的APK
:app
:installDebug
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Unable to upload some APKs
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
你是否按照[在設備上運行](https://facebook.github.io/react-native/docs/running-on-device-android.html)doc?你寫udev規則很重要。 – Mihir