美文网首页
2022-08-25 osmand 下载、编译 -- andro

2022-08-25 osmand 下载、编译 -- andro

作者: 懂你的 | 来源:发表于2022-08-24 14:52 被阅读0次

osmand 下载、编译 -- android studio

作为android新手,搞这个老费劲了。记录u如下:

1.它需要下载4份代码,拼一起才行。

https://github.com/osmandapp/Osmand/issues/1386

If you are not programmer, and have no idea, what this means.

This is project structure.

.

├── core-legacy

├── Osmand

├── help

└── resources

Osmand - project folder. core-legacy and help are optional.

core-legacy you get from https://github.com/osmandapp/OsmAnd-core

help you get from https://github.com/osmandapp/osmandapp.github.io

resources you get from https://github.com/osmandapp/OsmAnd-resources

You might need to rename folders created by git.

Probably we need to write readme or something. If you succeeded building project, I'm closing issue.

2.报错heap ***,打开gradle.properties,去掉第九行的注释

org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

3.可以了,记得点个赞,谢谢。

相关文章

网友评论

      本文标题:2022-08-25 osmand 下载、编译 -- andro

      本文链接:https://www.haomeiwen.com/subject/bzzagrtx.html