here-android-sdk-examples icon indicating copy to clipboard operation
here-android-sdk-examples copied to clipboard

Crash during navigation.

Open binod-techindustan opened this issue 4 years ago • 2 comments

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

binod-techindustan avatar Mar 27 '20 14:03 binod-techindustan

Hi @binod-techindustan Is there any other information that you can provide for us, like steps to reproduce?

NazarKacharaba avatar Mar 28 '20 20:03 NazarKacharaba

@binod-techindustan Do you use setIsolatedDiskCachePath() ? What is the path used? Try to use getExternalFilesDir(null) + "/.here-maps". Android 10 has more write restrictions.

starand avatar Mar 30 '20 08:03 starand