Reagieren Native adb-reverse ENOENT

Ich versuche Reagieren,-Muttersprachler arbeiten mit Android V4.2.2 (Genymotion) aber ich bin nicht in der Lage zu testen, die app auf dem Emulator. Bei mir lief react-native run-android, ich bekomme diese Fehlermeldung Could not run adb reverse: spawnSync

Hier ist ein log

JS server already running.
Running /User/Pan/Library/Android/sdk/platform-tools/adb reverse tcp:8081 tcp:8081
Could not run adb reverse: spawnSync /User/Pan/Library/Android/sdk/platform-tools/adb ENOENT
Building and installing the app on the device (cd android && ./gradlew installDebug...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> The SDK directory '/User/Pan/Library/Android/sdk' does not exist.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.785 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

HINWEIS: Im log-es saids SDK-Verzeichnis nicht vorhanden ist, muss ich überprüfen, dass ich die SDK installiert, die in diesem Verzeichnis.

Fand ich mein android-emulator bei der Ausführung adb devices

List of devices attached
192.168.56.101:5555 device

Ich habe versucht, die folgenden Schritte von Stack-Overflow-post, aber noch kein Glück
https://stackoverflow.com/a/38536290/4540216

InformationsquelleAutor XPLOT1ON | 2016-08-08

Schreibe einen Kommentar