Hi all, im installing osmdroid by following this link https://github.com/osmdroid/osmdroid/wiki/HowToMaven#how-to-build-osmdroid-using-eclipse I have installed Maven, SDK but im having issue understanding the SDK dependency installation - https://github.com/simpligility/maven-android-sdk-deployer. can anyone guide me through it, I have downloaded the maven-android-sdk-deployer and set up the ANDROID_HOME variable but im not sure where I have to direct the file location. I have tried to run the code without the maven-android sdk deployer but I get errors on all the project.
Any guidance would be appreciated, thanks asked 23 Feb '15, 02:39 ZerkaMaximus aseerel4c26 ♦ |
This looks very much like if you are trying to build for an Android version for which you do not have the SDK installed (in this case Android 19/kitkat). answered 24 Feb '15, 10:51 SimonPoole ♦ |