我有這個錯誤試圖做react-native run-android --variant=release
錯誤運行反應本地運行的Android --variant =發行
Starting JS server...
Running /home/sonic182/Android/platform-tools/adb -s ZY2232QD4K reverse tcp:8081 tcp:8081
Building and installing the app on the device (cd android && ./gradlew installReleaseDebug)...
FAILURE: Build failed with an exception.
* What went wrong:
Task 'installReleaseDebug' not found in root project 'gnosisapp'.
* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 7.779 secs
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
(node:24877) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'message' of undefined
我」(任務「installReleaseDebug」沒有根項目「gnosisapp」。發現)在Ubuntu 16.04上,我已經完成了從這裏開始的所有步驟https://facebook.github.io/react-native/docs/signed-apk-android.html,直到我必須做的測試步驟react-native run-android --variant=release
它會是什麼? :/ 感謝
我有同樣的問題,在這裏開設了一個問題:https://github.com/facebook/react -native/issues/11586 –