Issue
I've added a MapView dynamically, and I'm doing something wrong.
While adding the MapView in the layout XML, everything works just fine, but when I add it dynamically the MapView seem to capture the UI thread in a stackoverflow, which never throws an Exception, and the application is no longer debuggable. The stack centers mainly on the Tile object, where it goes back and forth over the getTile(...) method, and a few others.
Any ideas?
Thanks, Adam.
Solution
I'm not sure how, but the api-keys for debug and release I had were out of date... once I've set new keys, it worked like a charm again...
Answered By - TacB0sS
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.