2

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

Lakshmanan
  • 1,583
  • 2
  • 25
  • 39

2 Answers2

0

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.

PearsonArtPhoto
  • 35,989
  • 16
  • 107
  • 136
  • 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 06:28
0

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

nimi
  • 586
  • 1
  • 10
  • 20