Issue
I have a weird situation in my application: After building app with release key with generated proper API key, I still have problems with loading maps. Sometimes it works fine, sometimes it's not.
Problem appears on map that is on ViewPager. Application has also other MapActivities. It looks like the problem appears when user open map from ViewPager, then change screen to one with MapActivity and come back to ViewPager.
Any ideas why this happened? And how to prevent it?
Solution
Your issue may be because from the spec:
Only one MapActivity is supported per process. Multiple MapActivities running simultaneously are likely to interfere in unexpected and undesired ways.
Answered By - Femi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.