starand
starand
@dhananjay23 any update?
Consider usage of ReverseGeocodeRequest in case you have geo location.
Hi @binod-techindustan Which SDK version is being used?
@binod-techindustan Do you use setIsolatedDiskCachePath() ? What is the path used? Try to use `getExternalFilesDir(null) + "/.here-maps"`. Android 10 has more write restrictions.
@shruti-techindustan which SDK version do you use? Can you reproduce the same issue on any of our github sample?
Hi @bluesnow4425 Can you share device names? Which error do you get? We never bumped in that issue. What yo can try, to delete SDK cache (try to remove /sdcard/.here-maps...
What was the error code? Or can you share the crash log? We tried to reproduce on Google Pixel devices, but we could not.
@bluesnow4425 is there any updates?
@bluesnow4425 please add more details like **error.getDetails()** and **error.getStackTrace()**. Thank you!
Most likely you are trying to init MapEngine/MapFragment in different threads. Try to synchronize this.