Android Question B4A 11.20 and GoogleMaps

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All, and a Happy New Year for everyone.

I have installed B4A v11.20 and it crashes my app, while attempting to open a map fragment.
If I compile the exact same code with v11.00 it works flawlessly.
Anyone with the same symptoms ?
 

Pedro Caldeira

Active Member
Licensed User
Longtime User
Solved.
No error shown. No errors in log, even without filter. It just crashes, while opening the layout with the map, both in debug or release.
I solved it by opening the layout in 11.20 and even without touching it, by exiting the designer it asks to save the layout. After the layout is saved with the new version, works without problems.
The layout only have a map fragment, and a few labels.
Odd as I have several other layouts saved in previous versions, all without errors, and some of them have mapfragments also.
Nevertheless It is solved, thanks.
 
Last edited:
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
tips:
always when I use a project developed in previous version B4A, I carry out these steps:

1641416157021.png
 
Upvote 0
Top