[android-developers] Re: PLEASE HELP!!! may i develop app for Android 1.6 using SDK 2.x?

2010-05-11 Thread Mark Wyszomierski
If I understand your question correctly, then yes. In your manifest, just set the following: uses-sdk android:minSdkVersion=3 android:targetSdkVersion=6 / the app will still work on 1.5+. Just make sure you don't use any SDK methods that don't exist on earlier platforms without

[android-developers] Re: PLEASE HELP!!! may i develop app for Android 1.6 using SDK 2.x?

2010-05-11 Thread Nathan
On May 11, 10:32 am, Mark Wyszomierski mar...@gmail.com wrote: the app will still work on 1.5+. Just make sure you don't use any SDK methods that don't exist on earlier platforms without checking the user's local sdk version. A further tip: as one of the ways to check you aren't using API

[android-developers] Re: PLEASE HELP!!! may i develop app for Android 1.6 using SDK 2.x?

2010-05-11 Thread HeHe
hi Nathan and Mark, thanks a lot to both of you!! one more question: in Eclipse, how can i set project properties to 1.5? could you elaborate the menu options or point me to the documentation page that indicates how-to. thanks again!! On May 11, 10:50 am, Nathan critter...@crittermap.com wrote:

[android-developers] Re: PLEASE HELP!!! may i develop app for Android 1.6 using SDK 2.x?

2010-05-11 Thread HeHe
thanks, Mark. i think i need to upgrade SDK asap, or i will become crazy! emulator 1.6 is far more terrible than 1.5. beside the slow clock issue, it tends to lose connection with adb, so i have been having to either kill emulator or kill adb frequently to debug my app. enough. i cannot stand