你在用linux吗?然后:
第1步:安装git & maven(即在shell中“su -c 'pacman -S maven git'”)
步骤 2.1:创建存储 git 存储库的文件夹(即在 shell “mkdir ~/Documents/git”中)
步骤 2.2:使用 shell 转到任意文件夹(即在 shell "cd ~/Documents/git" 中)
第 3 步:检查存储库(在 shell 中“git clone https://code.google.com/p/mapsforge/source/checkout ”)
第 4 步:进入 mapsforge 目录(即 cd ~/Documents/git/mapsforge)
第 5 步:在 shell 中输入“mvn clean && mvn install”
第 6 步:jar 现在应该在 path_to_mapsforge//mapsforge-map/target/ 中(即 ~/Documents/git/mapsforge/mapsforge-map/target/ )
第 7 步:在需要该库的应用程序中创建文件夹库(即 ~/Documents/workspace/AdvancedMapViewer/libs )
第 8 步:将 mapsforge-map-0.3.1-SNAPSHOT-jar-with-dependencies.jar 复制到上述目录
步骤 9:在 Eclipse 中单击项目右键并选择刷新
第10步:在eclipse中右键项目->选择构建路径->配置构建路径
第 12 步:在库中删除包含 jar 名称的条目
第 11 步:在库中选择添加 jar 并选择提到的 jar
现在它应该工作......