Guest User

Untitled

a guest
Jan 23rd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. PS C:dcodejschatapp> react-native run-android
  2. JS server already running.
  3. Building and installing the app on the device (cd android && gradlew.bat installDebug)...
  4. Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
  5.  
  6. FAILURE: Build failed with an exception.
  7.  
  8. * What went wrong:
  9. Execution failed for task ':app:installDebug'.
  10. > com.android.builder.testing.api.DeviceException: No connected devices!
  11.  
  12. * Try:
  13. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  14.  
  15. * Get more help at https://help.gradle.org
  16.  
  17. BUILD FAILED in 15s
  18. 27 actionable tasks: 1 executed, 26 up-to-date
  19. Could not install the app on the device, read the error above for details.
  20. Make sure you have an Android emulator running or a device connected and have
  21. set up your Android development environment:
  22. https://facebook.github.io/react-native/docs/getting-started.html
  23.  
  24. PS C:dcodejschatapp> react-native run-android
  25. JS server already running.
  26. Building and installing the app on the device (cd android && gradlew.bat installDebug)...
  27.  
  28. > Task :app:installDebug
  29. Installing APK 'app-debug.apk' on 'MHA-L29 - 8.0.0' for app:debug
  30. Installed on 1 device.
  31.  
  32.  
  33. BUILD SUCCESSFUL in 6s
  34. 27 actionable tasks: 1 executed, 26 up-to-date
  35. 'adb' is not recognized as an internal or external command,
  36. operable program or batch file.
  37. Starting the app (c:AppDataLocalAndroidSdk/platform-tools/adb shell am start -n com.chatapp/com.chatapp.MainActivity...
  38. Starting: Intent { cmp=com.chatapp/.MainActivity }
Add Comment
Please, Sign In to add comment