0

I am attempting to run an app on a device. When I run the app, however, I get this:

Compatible No MinSdk(API 19)>deviceSdk(API1)

Why is this? Why is my device API 1?

Thanks so much for help.

Michael Cabus
  • 121
  • 10
  • whats the device u r running the app? what are the settings set on the manifest? – eldjon Apr 08 '15 at 13:35
  • Device is Samsung Galaxy S4, brand new. – Michael Cabus Apr 08 '15 at 13:44
  • I set min device to be API19 – Michael Cabus Apr 08 '15 at 13:45
  • and all the permissions are activated on the device? to allow installation of unsigned apps – eldjon Apr 08 '15 at 13:47
  • Wasn't aware I needed to do allow installation of unsigned apps...let me look into how to do that..thanks! – Michael Cabus Apr 08 '15 at 13:48
  • I noticed `???????????? no permissions` after running `adb devices`. [This grebulon's answer](http://stackoverflow.com/questions/9210152/set-up-device-for-development-no-permissions) solved my issue. Just for the record: I'd navigated to the developer options page and selected "Revoke USB debugging authorization" before. There's a good overview on the offical [Using Hardware Devices](http://developer.android.com/tools/device.html) manual. – thicolares May 08 '15 at 01:59

0 Answers0