Posts Tagged ‘maven’

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 [...]

Eclipse: No Android SDK path could be found

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: [...]

Compilation unit is not on the build path, Eclipse and STS Springsource

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.