Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Android Studio IDE refuses to find my device
I've installed Android Studio Jellyfish (snap) on an Ubuntu Fossa VM and was finally able to generate an apk for my project after struggling with Gradle, Java, plugins, etc.
The device is detected and used in another, Xenial, VM just fine.
I've ran through all the usual tips such as clearing debugging permissions and reconnecting, rebooting, re-enabling debugging mode, etc.
The Studio troubleshooter detects the device in question, even after restarting adb.
adb
works just fine on the command line too, I can shell into the device.
In the IDE, I still get "no devices".
Using a downloaded Jellyfish yields the same results.
1 answer
As per the troubleshooter I updated to the latest SDK Platform Tools (35.0.1) and it detected the device. The Xenial VM has 35.0.0 so I'm not convinced, but it's working.
0 comment threads