Android Question MapFragment Crash

EduardoElias

Well-Known Member
Licensed User
Longtime User
I have been using MapFragment in my app for sometime, and worked fine.

Two days ago Google updated something and my app crashed. I have learned that other important apps also crashed due this update.

Then I removed MapFragment from my layout and references and it worked. I could redistribute the app and returned to work in my customers.

However MapFragment not working....

Since it was kind of emergency I could not get proper information and I would like to know if someone here is aware of what happened and know how to fix it!

Thanks
 

JohnC

Expert
Licensed User
Longtime User
From what I understand, there are two fixes to the crashing:

1) Clear the effected apps' "Data" (not just it's "Cache").
2) Uninstall the effected app, then reinstall it.
 
Upvote 0

EduardoElias

Well-Known Member
Licensed User
Longtime User
From what I understand, there are two fixes to the crashing:

1) Clear the effected apps' "Data" (not just it's "Cache").
2) Uninstall the effected app, then reinstall it.
I already did it.... it does not work, there is something that changed on MapFragment that is not letting it work anymore
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
This might work:

 
Upvote 0
Top