0

I'm trying to use my S6 Edge to run a "Hello World" app with Android Studio, but when I try to select the S6 it says under compatibility: "No, minSdk(API 8) > deviceSdk(API 1). Should my S6 edge have such a low API and if so how do I update it?

Marcel
  • 149
  • 7
  • 16
  • Might be helpful: http://stackoverflow.com/questions/25614067/android-studio-recognizes-physical-device-as-null – stkent Oct 24 '15 at 12:30
  • I tried that but it still doesn't work. Still says that my android SDK is only 1?? – Marcel Oct 25 '15 at 09:34

1 Answers1

1

If you are using Ubuntu, I think you have a problem about device permissions.

Try

sudo su
sudo adb kill-server
sudo adb start-server

In my case it solved my problem

maskacovnik
  • 3,080
  • 5
  • 20
  • 26
Ozan
  • 36
  • 1
  • 5