I’ve build my app under the version 1.6, 2.1 and 2.2 of android and it works. I’d like to know when I’ll publish it what is the best :
- Build under 1.6 and so it will be compatible with newer version of android
or
- Build under 2.2 and set “Target SDK version” to 8 and “Min SDK Version” to 4
Thanks
If you’re not using anything that is specific to 2.1 or 2.2 there is no difference. If you for example use install to SD card feature of 2.2 you have to use Target SDK and min SDK option.