You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/13 05:09:05 UTC

[GitHub] [cordova-android] breautek commented on issue #727: Android emulator app run error

breautek commented on issue #727: Android emulator app run error
URL: https://github.com/apache/cordova-android/issues/727#issuecomment-612752712
 
 
   Something appears to be wrong with your ADB tooling/android sdk.
   
   - You can try the the suggested:
   ```
   adb kill-server
   adb start-server
   ```
   
   - Also in the emulator, ensure that developer tools is indeed on.
   - You can also try revoking USB debugging and restarting the emulator.
   - Ensuring all your SDK tools is up to date by using the SDK Manager
   
   There are likely more tips you can try on https://stackoverflow.com/questions/23081263/adb-android-device-unauthorized
   
   For more support, I invite you to Cordova's [slack](http://slack.cordova.io/)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org