I am trying to extend MapActivity in my application. But each time I am getting an error. It says that to create a class named MapActivity. What to do? Please help.
Asked
Active
Viewed 1,049 times
0
-
there is no class named MapActivity in your project – R9J Jan 16 '14 at 09:35
-
Also there is no class named MapActivity in Android. – ravindra.kamble Jan 16 '14 at 09:36
-
If you are using MapActivity, you need to build application in Google Api version. – Amit Gupta Jan 16 '14 at 09:36
-
Google API version building and minimum SDK 3.0 – SKT Jan 16 '14 at 09:37
-
Follow this link to implement google map api version 2. – amit singh Jan 16 '14 at 09:38
-
MapActivity is old stuff. Don't waste time there. Please start following Map API V2 at https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api – Hardik Trivedi Jan 16 '14 at 09:40
1 Answers
0
You probably haven't done the steps required to set up a Maps project as described in Maps External API Overview. Read the following document, and you should be all set.

Aniket Kapse
- 315
- 3
- 20