Issue
MapActivity
often just closes without any reason. No exceptions. No messages in logcat
!No "Force close" message. It's just disappearing.
Another strange point is that it can close itself without any interaction with it (Activity started -> 30 seconds -> Activity closed itself).
Did anyone had the same problem? Any workarounds? How do I solve this issue?
P.S.api level - 7
Solution
Looks like problem is that I'm using debug API key and doing too much requests to mapView
(addView
and removeView
)
Answered By - Dmitry Zaytsev
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.