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?
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.