views:

30

answers:

2

Hi,

I want to create new class MapActivity from Eclipse.

I go File-> New -> Class on Superclass-> Browse, and when I type MapActivity there is no results.

In Windows-> Android SDK and AVD Manager there is no new updates, I have installed SDK from version 1.5 to 2.2

Can some one help me with this?

Thanks

A: 

Make sure you have the "Google APIs by Google Inc." package installed for the API version you're using. MapActivity isn't included in the standard Android API.

Erich Douglass
+1  A: 

You need to select GoogleAPI by Google Inc package installed , create an AVD profile using the same and then use map activity..This should help you ...

ravi