new and updated tools. regardless of the SDK version, you can always develop your app to target previous SDK versions. in your manifest, look for the line,

    <uses-sdk android:minSdkVersion="3" />

3 is for 1.5, 4 for 1.6 ...

On 10/27/09 10:42 AM, Matt Raffel wrote:
how does this apply if my phone is currently 1.5 and I wanted my app to 
work on it?  Do I stick to 1.5?

Matt

Xavier Ducrohet wrote:
  
Hello everyone!

We've just announced the Android 2.0 SDK
http://android-developers.blogspot.com/2009/10/announcing-android-20-support-in-sdk.html

If you already have the 1.6 SDK, note that you can simply use the SDK
Manager to add Android 2.0 to your SDK. Make sure you also get the new
SDK Tools (revision 3), as the SDK Manager in revision 2 (the one that
shipped with 1.6) doesn't enforce dependencies between platforms and
Tools (fixed in rev 3)

For more information about using the SDK Manager, see:
http://developer.android.com/sdk/adding-components.html

Have fun!
Xav
    

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

  

--

Reply via email to