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.
|
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.
| |||||
feedback
|
|
Complement preview answers. android make upward compatible your code automatically as much as possible (not always). good luck | |||
|
feedback
|
|
You should read this http://developer.android.com/guide/publishing/versioning.html | |||
|
feedback
|
|
Open the AndroidManifest.xml file and change to :
| |||
|
feedback
|
|
At first you should set Next step is to do some testing on an android vm with version 1.6. Even better would be to test on a real device, but the compiler should give you enough hints what to change in your program. | |||
|
feedback
|