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 12, 2011, 8:28 am, by ScratchMyTail, under
Android.
Life goes on and so does my Android development. Here is a solution for a common problem when Maven struggles to find the Android SDK. The error message that occurs: No Android SDK path could be found. You should create a settings.xml file in your ~.m2/ folder. (~/.m2/settings.xml). The file should contain the following content: [...]
Posted on July 27, 2011, 11:02 am, by ScratchMyTail, under
Java,
Programming.
Recently I’ve been struggling with an annoying error in SpringSource (Eclipse + Spring Framework). The error causes auto-completion to stop working, and a popup to occur containing this error message: “Compilation unit is not on the build path”. In this post I will share my solution to this problem.