Integration graphhopper in android with mapforge

I have to make this more precise: our focus always was the JVM. The Android VM is not a proper JVM (Google introduced this mess which they called “Java”). And the result is that the routing with GraphHopper surely and easily works offline e.g. on a Desktop. Only for mobile offline routing additional work might be necessary if there is no proper JVM. Furthermore GraphHopper still works on some old and all recent Android VMs. And the community can verify and contribute changes that this still works for future Android versions.

And regarding “GraphHopper cannot work with Android scoped storage” this is true at the moment, but others made GraphHopper working with streams which, due to its offheap nature, might work for the Android use case too, but this wasn’t tested nor contributed.