I tried to make a sample project using Google Map, but I couldn\'t. Help me please!
Test Device : Android 4.0.4
Error Message :
12-2
You are extending FragmentActivity, indicating that you are trying to use the Android Support package backport of fragments. However, your element refers to MapFragment, which is for the native API Level 11 edition of fragments.
Replace MapFragment with SupportMapFragment, and that should clear up this specific crash.