Tagged Questions
0
votes
3answers
38 views
Error android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment com.google.android.gms.maps.MapFragment
i am following tutorial for using google maps api v2 .i am facing an error
error logs are
05-15 00:08:18.415: E/AndroidRuntime(4547): FATAL EXCEPTION: main
05-15 00:08:18.415: ...
0
votes
2answers
26 views
Selectively using adroid maps v2 based on user phone features
I am using Android Google maps V2 in my application.
If the user doesnt have internet connection, i send them to an alternative activity without maps.
The problem is that my app is not supported on ...
1
vote
2answers
540 views
Google Maps Android API v2- error while compiling my android application
Current Status: PROBLEM HAS NOT SOLVED YET- NEED HELP..
Im now developing a map app by using the new google maps Android v2..Before I apply it into my real app..I did a testing..and tried to make it ...