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.
Post History
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...
#3: Post edited
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.
- 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.
#2: Post edited
I've installed Android Studio (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".
- 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: Initial revision
Android Studio IDE refuses to find my device
I've installed Android Studio (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".