Honeycomb for the Maven Android SDK Deployer

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!

Comments

2 responses to “Honeycomb for the Maven Android SDK Deployer”

  1. […] This post was mentioned on Twitter by Manfred Moser, Manfred Moser. Manfred Moser said: The #maven #android sdk deployer now supports honeycomb. http://goo.gl/wMCrT Get going with those tablet apps 😉 […]

  2. […] of the Maven Android Plugin can start creating Android tablet applications and exploring the new… [full post] manfred simpligility androidmaven android pluginmaven android sdk deployer 0 […]