2
試圖獲得反應原生android編譯和基於quick start guide模擬器上運行。一般來說,我是新手。運行到這個錯誤,當我執行$ react-native run-android
反應原生android編譯錯誤
SSYY:test $ react-native run-android
Starting JS server...
Building and installing the app on the device (cd android && ./gradlew installDebug)...
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72300Library FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:prepareComAndroidSupportAppcompatV72300Library'.
> Failed to create parent directory '/Users/SSYY/Projects/react-test/test/android/app/build' when creating directory '/Users/SSYY/Projects/react-test/test/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.0'
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
任何意見或指針?我確實遵循了整個Android設置。