Hi!
I haven't figured out how to set up eclipse to debug.
I read the wiki, and imported the project in eclipse(made a change to a pom file - version of the android-maven-plugin 3.6.0 - for r22 SDK)
the import was successful.
Now I made changes to the mapsforge-map project.
and trying to debug Sample project - and for this project, the mapsforge-map project code is not available.
Sample project uses a .jar from
- /M2_REPO/org/mapsforge/mapsforge-map-android/0.4.0-SNAPSHOT/mapsforge-map-android-0.4.0-SNAPSHOT-jar-with-dependencies.jar
and the source code .jar attached to it are located here
- /M2_REPO/org/mapsforge/mapsforge-map-android/0.4.0-SNAPSHOT/mapsforge-map-android-0.4.0-SNAPSHOT-sources.jar
so the code from the mapsforge-map-android project being debugged successfully, but the mapsforge-map project code debugging is not available:Source not found
how to make available to debug projects below from the Sample project?
- mapsforge-map
- mapsforge-core