NullPointer...error when closing google maps

markh2011

Member
Licensed User
Longtime User
Hi All,
I have an issue in my program where i use google maps. All works ok and google maps opens and creates the correct route etc.
When i am in debug mode & running the program the b4a stops the debug mode after google maps is loaded so i cant get any log files.

Issue resolved by creating a work-around by closing the activity and sending to the activity i want to display next.
The reason why the google maps closes the debugger still confuses me so if anybody explain it to me would be grate.
 
Last edited:
Top