Posted on August 26, 2011, 12:48 pm, by ScratchMyTail, under
Android.
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 [...]
Tags:
adt,
android,
eclipse,
import.android.r,
m2e-android-integration,
m2eclipse,
maven,
setting up android and maven,
setup,
springsource,
sts,
tutorial 2 Comments |
Read the rest of this entry »
Posted on August 8, 2011, 1:18 pm, by ScratchMyTail, under
Android.
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 [...]
Posted on April 8, 2011, 12:28 pm, by ScratchMyTail, under
Android.
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.