Mapview object crashes on second invocation
Hello everybody, I'm using Android Google Apis version 1.6, Titanium Mobile SDK 4.0 and Titanium Developer Version 1.2.1.
The Problem: My Mapview crashes when I navigate away from it and come back to it.
Sequence of events that lead to the bug:
Navigate to map view -> show map view (works fine) -> tap to navigate away from map view -> show some other view -> tap to navigate to map view once again -> app crashes
It crashes both on the emulator and the phone
has anyone else had a similar problem?