Eugene Chumak
Eugene Chumak

Reputation: 3192

android, eclipse: cant install app when target SDK higher than device's API version

My app's target sdk version is 14. Min sdk version is 8. Device runs under android 2.2 (API 8). If I try to install my app on the device via eclipse, android device chooser tells me, I cant install on the device. However, if I install via command prompt:

adb install "path to apk"

it works fine. How can I install app via eclipse?

Upvotes: 1

Views: 203

Answers (1)

Ahmad
Ahmad

Reputation: 72553

I assume the device chooser displays a red "X" for your device. Am I right? This is not a problem, you can still run the App. This doesn't prevent you from running it.

Upvotes: 3

Related Questions