I developed one application in sdk 2.1. Now i want to test this in all sdk version. I trying to test in 2.2 ,1.6,1.5. But all get failed ,all throw exception. what are the changes I need be do in application to work in all sdk?

Please anyone help me to solve this issues.

Thanks

link|improve this question

53% accept rate
2.2 Should run just fine, 1.6 and 1.5 are more limited and hence dont support everything 2.1 does. Compile over 1.5 instead of 2.1 so you can get a detailed report. – blindstuff Dec 23 '10 at 14:44
It could be helpful if you post the exceptions and the manifest content's – Francesco Laurita Dec 23 '10 at 14:45
feedback

2 Answers

Is your manifest set up to run in all versions of the code you are testing? Try looking at the API documentation on the subject.

link|improve this answer
i specified minsdk version as 3 and tarket version as 7 i didnt specified the maxsdk version .. Is this problem? – Lakshmanan Dec 24 '10 at 6:28
feedback

just set minsdkVersion in manifest file to 3. than your app will run on 1.5 and 1.6 also.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.