NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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.

[2015-02-23 02:18:32 - GoogleWrapperSample] Unable to resolve target 'android-19'

[2015-02-23 02:18:32 - OpenStreetMapViewer] Unable to resolve target 'android-19'

[2015-02-23 02:29:32 - OpenStreetMapViewer] Unable to resolve target 'android-19'

[2015-02-23 02:29:32 - GoogleWrapperSample] Unable to resolve target 'android-19'

Any guidance would be appreciated, thanks

asked 23 Feb '15, 02:39

ZerkaMaximus's gravatar image

ZerkaMaximus
11446
accept rate: 0%

edited 24 Feb '15, 15:19

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


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).

permanent link

answered 24 Feb '15, 10:51

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 24 Feb '15, 12:49

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×293
×181
×113
×47

question asked: 23 Feb '15, 02:39

question was seen: 4,339 times

last updated: 24 Feb '15, 15:19

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum