2022-08-25 osmand 下载、编译 -- android studio

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 下载、编译 -- android studio)