I have built an android app with targetSDK 15 and minSDK 3. How can I now test it on an older version? When I set the run configurations I only see my “android 4.0” AVD even though I have created AVD for older versions.
Is there any way to test my app?
If you want to test your app for various versions. follow these steps
right click on the project-> properties -> Android -> set target
Enjoy the testing..