Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MapActivity class in android?

when i extends the MapActivity class it shows an error.

error is: cant resolved datatype. why?

how to add a maps.jar in my project?

thanks.

like image 294
Praveen Avatar asked Feb 28 '23 13:02

Praveen


1 Answers

You probably haven't done the steps required to set up a Maps project as described in Maps External API Overview. There is no maps.jar to add. Read the document I linked to, and you should be all set.

like image 155
Heikki Toivonen Avatar answered Mar 05 '23 19:03

Heikki Toivonen