Posts Tagged ‘android’

The Ultimate 10 step setup: Eclipse (STS) + Android + Maven

After a lot of struggling and frustration getting Android SDK, Maven and Eclipse working together I have decided to create theĀ ultimate tutorial. I have not found a single page online describing how all the pieces should work together. I have only found bits and pieces of information at various sites. So this should be a [...]

JUnit + maven-android-plugin

The recommended way of performing tests on an Android project is to create a so called Android Test Project. I’m used to creating test packages the regular way with JUnit, by simply creating classes and putting them in the src/test/java folder. But this is not that smart when it comes to the Android platform. If [...]

Using Maven 2 during Android development with Eclipse

Here is a quick and clean tutorial on how to set up and use Maven 2 when developing for Android in Eclipse. This tutorial will not cover the steps of installing Eclipse 2.6 and the Android SDK.