Tag Archives: Android

Developing Android apps with Maven

Start

Now after more than one month my first post in my blog. I hope the time until the next blog will be shorter…

The last weeks I tried to set up an Android project with Maven. I’m using Maven 3.0.3 and use the android-maven-plugin from akquinet. So I generated a new project using the release project template from akquinet (de.akquinet.android.archetypes:android-archetype-project:1.0.7).

The project generates without problems inside my NetBeans IDE (I’m still using 7.0.1). When now trying to create a release (without any further configuration except the keystore) the build will fail.
Continue reading