Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Selected device is incompatible error in Android Studio

📅 2015-Oct-21 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ android ⬩ 📚 Archive

Problem

I was following a tutorial to learn using Android Studio. I connected my Android device which has USB Debugging enabled. After creating a new project, I tried to Run it. In the Device Chooser window, I could see my device listed. However, in the Compatible column, it was shown as incompatible and the message below read “The selected device is incompatible”. This was even though the minimum SDK version was lower than the SDK/OS of my device.

Solution

Follow all the steps of the Using hardware devices guide:

$ ~/Android/Sdk/platform-tools/adb devices

Now try to Run the app on the device. In the Device Chooser window, you should be able to see the full device name, compared to the codename which was shown earlier. This is a clue that everything is working. Your app should appear on your device in a few moments!

Tried with: Android Studio 1.4, Moto G2 XT1068 and Ubuntu 14.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧