Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to change the target version of the Android Application.I have created a android apps in Android 3.0 platform but now I want to make the apps for all the android platform.Is this possible,If yes then please tell me.
Note:-
XML
I am using android 4.0.3 and eclipse now I want that my apps should run on any android platform earlier I was using
  <uses-sdk android:minsdkversion="15/>

 In AndroidManifest.xml file and now I download android 1.5 platform and change AndroidMenifest.xml according to 1.5 platform.So I want to that I would work or not.
Posted
Updated 23-Apr-12 19:35pm
v4

1 solution

Depends on

1. Did you use any API new to v3.0 ?

2. What development tool your using ? (we can't guess this one)

/Darren
 
Share this answer
 
Comments
vikky08 24-Apr-12 1:31am    
I am using android 4.0.3 and eclipse now I want that my apps should run on any android platform earlier I was using
<uses-sdk android:minsdkversion="15">
in AndroidManifest.xml file and now I download android 1.5 platform and change AndroidMenifest.xml according to 1.5 platform.So I want to that I would work or not.
Darren_vms 24-Apr-12 9:59am    
so the API number for 1.5 is 3 and 15 is 4.0.3, set the manifest to 3 and see if the app still works. If you have called any API from a higher version the app will fail to compile.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900