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?
Asked
Active
Viewed 163 times
1 Answers
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