Android Question How do I install the app on an older Android device?

rtek1000

Active Member
Licensed User
Longtime User
Hello,

How can I get IDE 13.40 to install the app on Android 4.0 (MK802II)?

If installing manually with the command below works, the app is also functional:

adb install -r my_app.apk

Thank you.
 

Peter Simpson

Expert
Licensed User
Longtime User
How can I get IDE 13.40 to install the app on Android 4.0 (MK802II)?
I presume that you already changed the minSdkVersion to 14, so that sounds strange to me?

Anyway, what sort of device are you using where to need to install an application on Android 4, I'm presuming that it is not a phone or tablet, but obviously I can be completely and utterly incorrect???
 
Upvote 0
Top