Everything and anything about Java Mobile. If it’s about Java Mobile we’ve got it covered.
Google has just released an update of their Android Open Mobile Platform SDK. Android is an open mobile platform that will be available for mobile phones soon and Google has released the software development kit under the Apache license. The SDK is available for the Linux, MacOS X (intel) and Windows operating systems.
You can download the new version M3-RC22a at the Google Android main site. If you have already installed the Android Development Plugin for Eclipse, you will also need to update it using the Eclipse plugin update tool.
Release notes for Version M3-RC22a:
adb -version now returns a version number.
The New Android Project wizard provided by ADT 0.3.1 now properly displays error messages when used with Eclipse 3.2 on Windows.
The AndroidManifest.xml files generated by ADT 0.3.1 now include the XML element required for displaying the associated app in the “Applications” menu. If you have applications created with ADT 0.3.0, simply ensure that your AndroidManifest.xml file contains the following highlighted line:
...
<intent-filter>
<action android:value="android.intent.action.MAIN" />
<category android:value="android.intent.category.LAUNCHER" />
</intent-filter>
...
ADT 0.3.1 is now compatible with Eclipse 3.4.
Fixes a NullPointerException that is thrown in certain situations with the DDMS perspective in Eclipse.
Address a keyboard lock-up issue when using adb on Mac OS X 10.4 and 10.5.
Unless otherwise noted, Known Issues from M3-RC20a also apply to M3-RC22