简体   繁体   中英

Android Studio/Xubuntu ADB Waiting

I've been working to setup android studio on xubuntu. I'm able to find the device manually on the terminal, but when ever I run the application on Android Studio I get ADB waiting until it stops responding. Thanks for the help, Ryan

The ADB daemon on the device itself might be the problem. Try to enter adb shell in the Terminal. That should give you shell access on the device. If you're able to use a command like ls , the ADB connection is working as intended.

If you're not able to open the shell or execute ls, the ADB daemon on the device is the problem. Try rebooting the device, and/or re-enabling USB Debugging.

If shell access is working as intended, Android Studio should work too. Try restarting Android Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM