I just plugged my phone to try to debug my projects on it because de VM wasn't working. When I click "run app" is shows "The selected device is incompatible"
Up on the menu says "Compatible: No, minSdk(API 15) > deviceSdk(API 1)"
EDIT: I found this on the internet which describes exactly the error I'm having but I think the solution is not suitable (also, I tried it and didn't worked)
http://code2care.org/2015/the-selected-device-is-incompatible-android-studio/
There it says to set my minSdkVersion to the lower version of the cellphone I'm trying to run. Isn't there a better way to solve it? Can't "update" my phone's API to it's current? Also, why it accuses me of being on API 1 if I'm using android 5.1?