First of all there is no point upgrading to 0.5.0_rc1. Use the final 0.5.0 release instead.
Secondly, I think you are simply missing the svg library we were using.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/2b625b7d-7e15-4b6a-b51c-d66b343c320e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No for 0.5 we are using an external library. I am away from computer best look in samples app what is linked in.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/779eceb0-9b75-43c7-a610-6e0630899ee1%40googlegroups.com.
dependencies {
compile project(":mapsforge-map-android")
}
which then pulls in the other stuff I guess.
I remember having trouble getting these dependencies to work in a project independent of mapsforge, so when you get this solved, let us know please.
Ludwig
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/c11fc44c-3b59-413b-a456-6157da8f2cf1%40googlegroups.com.
Certain things are more gradle issues and of your project setup, there is nothing wrong with the jars we provide (they work for others including me without issues), but everyone has their environment setup a bit different and finding the differences is tricky.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/6725d1af-ed3b-4cbb-a88b-e7cbd05ae758%40googlegroups.com.
So, can't I manage the mapsforge dependencies with Gradle? I prefer doing it this way, it's easier and more efficient.