React Native Failed to Create ADB Bridge Error

JS server is already running.
Creating and installing the application on the device (cd android & gradlew.bat installDebug) ...
Download https://jcenter.bintray.com/com/facebook/react/react-native/0.20.1/react-native-0.20.1 .pom
.... # a bunch of downloads here
: Application: assembleDebug: Application: installDebug 05:13:20 E / adb: Failed to get the result "adb version": app: installDebug FAILED

FAILURE: assembly failure with exception.

  • What went wrong: Execution completed for task ': app: installDebug'.

    com.android.builder.testing.api.DeviceException: Failed to create ADB bridge. ADB Location: D: \ Android \ sdk \ platform-tools \ adb.exe

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

I am using a windows machine and android studio and am following the tutorial at
https://facebook.imtqy.com/react-native/docs/getting-started.html
I am stuck with this because I cannot run the command line "response- native run-android "

Also, when you run adb version

Android Debug Bridge version 1.0.32
Version eac51f2bb6a8-android

+4
source share
2 answers

. , React-Native, Android, Genymotion: ADB ACK... usb , adb. D:\Android\sdk\platform-tools... pc- > advanced settings- > environment variables- > system .. .

+1

. , , , . , (, skype), : 8081 ( ), .

+1

Source: https://habr.com/ru/post/1674408/


All Articles