Important
Archived! https://github.com/Rallista/valhalla-mobile publishes all of this functionality as an android library.
git submodule update --init --recursive
# Build
./build_protoc_local.sh
./build_wrapper.sh
# Move the wrapper library to the right location for JNI
cp build/arm64-v8a/wrapper/wrapper/libvalhalla_wrapper.so valhalla/src/main/jniLibs/arm64-v8a
- Copy your valhalla.json, tiles tar file and admins.sqlite to the
valhalla/src/main/assets
to use the defualt FileUtils behavior. See
- Ensure the route request includes lat-longs within your tile's bounding box.
- Tap make route.