Joining the fray of news and stuff to play with I have updated the Maven Android SDK Deployer to support the prerelease of Android Honeycomb. With it users of the Maven Android Plugin can start creating Android tablet applications and exploring the new features from day one of the public release.
If you want to use the new platform version in your Maven Android project, you just follow the install instructions for the Maven Android SDK Deployer and then change the Android dependency in your pom file to
<dependency> <groupId>android</groupId> <artifactId>android</artifactId> <version>Honeycomb_r1</version> <scope>provided</scope> </dependency>
and update your platform configuration parameter in the configuration section of the Maven Android Plugin to
<configuration> <sdk> <platform>Honeycomb</platform> </sdk> ...
Enjoy exploring the new API!
Pingback: Tweets that mention Honeycomb for the Maven Android SDK Deployer | simpligility -- Topsy.com
Pingback: Honeycomb for the Maven Android SDK Deployer