views:

289

answers:

1

hi all,

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.

+1  A: 

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.

Heikki Toivonen