This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Android SDK 1.1
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Okay, Android SKD 1.1 has appeared on the downloads page. First some humour from Google Engineers:
We regret to inform developers that Android 1.1 will not include support for
dot-matrix printers.
Other than api clean up not a lot of changes, of course the German Language strigns are now in place for T-Mobile. The system image in the SDK is the same on with the T-Mobile updated firmware. IDE wise you are stil using the ADT 0.8 plugin.
Obviously change your manifest file to use:
uses-sdk minSdkVersion="2"
This means like SDK 1.0.r2 that this SDK is 1.1.r1 but with an API version number of 2 and thus you need that minSDKVersion setting.