On Wed, Sep 16, 2009 at 5:59 PM, Jeffrey Blattman <[email protected]> wrote: > > that's fine if you want your app to not be available on most devices for some > time. the date when 1.6 devices start appearing in one thing, the date when > most devices will have been updated is another. that's really what you should > be targeting.
What Balwinder meant is that you want to start using the SDK 1.6 to make sure your apps are compatible with Android 1.6. You should keep your minSdkVersion to whatever is the minimum API supported by your app -- simply test them using an AVD based on the API level 4 to run the emulator using Android 1.6 . However, yes, if you try to publish an app using minSdkVersion=4 today on Market, nobody will be able to download it. R/ > > i'd say target your 1.6 app release for ~1 month after the last provider > makes their OTA 1.6 update available. > > On 9/16/09 3:31 PM, Balwinder Kaur (T-Mobile USA) wrote: > > Now would be a time as good as any to start developing apps with the > SDK 1.6 and new Level 4 APIs. > As per the Google official blog, devices with 1.6 will start appearing > in October. > http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here.html. > > Balwinder Kaur > Open Source Development Center > ·T· · ·Mobile· stick together > > The views, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Sep 16, 5:27 am, MrChaz <[email protected]> wrote: > > > It takes them a while to push the update to peoples phone so there is > no need to rush anything out. > It's a good idea to try your apps out on an 1.6 version of the > emulator to make sure everything works smoothly though. > > On Sep 16, 1:12 pm, Michael Dorin <[email protected]> wrote: > > > > I see 1.6 has been released...when is the right time to upgrade to it? > -Mike > > > > > > > > > -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

