0

I have checkouted osmdroid, because I need to do some minor adjustments.

I have used: svn checkout http://osmdroid.googlecode.com/svn/trunk/ osmdroid-svn in Cmd line

Then from Eclipse -> Import -> Existing projects into Workspace

Each package has error, imports are not working, resoureces are made as a package and are empty. What am I doing wrong?

Thx

Waypoint
  • 17,283
  • 39
  • 116
  • 170

1 Answers1

0

I'd say that the most likely situation is you haven't got Maven set up.

you need something like m2eclipse as a maven plugin working, as all the osmdroid projects are maven projects. without maven setup correctly, none of the dependencies etc will come down.

rspython
  • 229
  • 1
  • 9