Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Selected Device Incompatible - Android Studio

I have fixed this problem before but I can't now and I need a permanent fix. Everything has been going fine in Android Studio when it comes to testing my app. I now run into the problem "The selected device is incompatible." when I go to run the app. I'd like to know how I can keep it from reading my phone's API as 1 rather than changing my minSDK to cater to this problem, if possible.

EDIT: Literally just found a fix, not sure if it is permanent. I just restored my defaults in Development Options, turned USB Debugging off and on again and that did the trick.

like image 353
Connor Vance Avatar asked May 30 '26 18:05

Connor Vance


2 Answers

All I had to do was turn off USB debugging, then turn it back on and it worked immediately. I didn't have to reboot or change any other settings.

like image 90
DGarrett01 Avatar answered Jun 02 '26 09:06

DGarrett01


Not sure if this helps. I had a similar issue using my MotoG 2nd generation with Android Studio on Ubuntu. I switched the settings as how my phone was connected from MTP to PTP. That worked for me.

like image 26
v_radhakrishnan Avatar answered Jun 02 '26 09:06

v_radhakrishnan