Sunday, April 10, 2011

[android-developers] Re: How to configure Manifest and Eclipse for lowest minSdkVersion possible

The best solution is to set it to 9 and then test your app on a 1.6 device (or a 1.6 emulator if you must). You can also use reflection for any new features that would throw 1.6 into a wobbly.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment