TranslationMap.doImport uses TranslationMap.class.getResourceAsStream
and with ProGuard obfuscation may be the reason.
You can exclude GraphHopper in ProGuard with:
-keep class com.graphhopper.** { *; }
TranslationMap.doImport uses TranslationMap.class.getResourceAsStream
and with ProGuard obfuscation may be the reason.
You can exclude GraphHopper in ProGuard with:
-keep class com.graphhopper.** { *; }