views:

216

answers:

2

hi all,

how to get MapView API in android?

thanks

+2  A: 

That is actually written in Android documentation: Hello, MapView.

Marcin Gil
but my project shows an error when i extending MapActivity Class.. why?
Praveen Chandrasekaran
+2  A: 

Here is a step-by-step description on how to enable MapView API in your android application:

Maps External Library

You will need to put a reference to your application manifest:

Referencing the Maps Library from the Application's Manifest File

gyurisc