here-android-sdk-examples
here-android-sdk-examples copied to clipboard
Crash during navigation.
App got crash during navigation running in Android 10. Here is the log.
.Map.Service.v: Unknown bits set in runtime_flags: 0x8000
.Map.Service.v: Unexpected CPU variant for X86 using defaults: x86
Hi @binod-techindustan Is there any other information that you can provide for us, like steps to reproduce?
@binod-techindustan
Do you use setIsolatedDiskCachePath() ? What is the path used?
Try to use getExternalFilesDir(null) + "/.here-maps"
.
Android 10 has more write restrictions.