4.7 build failing
#19720
Replies: 1 comment
-
Fixed it by opening in android studio and reloading gradle project 🤦♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using this guide I cloned the repositories and was able to build 4.6 OK.
cd android/OsmAnd && ../gradlew assembleAndroidFullOpenglFatRelease
https://osmand.net/docs/technical/build-osmand/setup-the-dev-environment/
When pulling 4.7 it is throwing the error.
Think it is due to inclusion of MPAndroidChart which is not listed in dev environment setup instructions.
Any ideas? I have very little experience using gradle but was able to build and tweak a few things for myself previously on 4.6. But 4.7 has broken this for me. There are just a few code tweaks I like to do for my custom build.
Beta Was this translation helpful? Give feedback.
All reactions