Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android 2.2 to 1.6?

I have been developing an android app. I had chosen 2.2 as the version. I have not used any advanced features that are specific to 2.2 or above. I want my app to work with 1.6 and above. What should I do?

Thanks.

like image 268
Rahim Avatar asked Sep 15 '26 08:09

Rahim


2 Answers

You should read this http://developer.android.com/guide/publishing/versioning.html

like image 62
phant0m Avatar answered Sep 17 '26 14:09

phant0m


Complement preview answers.

android make upward compatible your code automatically as much as possible (not always).
But lowering the api level of an app. Can be a task from simple to nightmare to execute, all depends if your code use a lot of specific 2.2 ... That's means changing API level or android.jar in your project may be far to be enough.

good luck

like image 32
Emmanuel Devaux Avatar answered Sep 17 '26 13:09

Emmanuel Devaux



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!