I am working on building and running an android application in Eclipse. I have successfully installed the Android kit, along with the google api via the ADT. I downloaded a
Make sure that you have added
<uses-library android:name="com.google.android.maps" />
line into the AndroidManifest.xml as a child of <application>
tag
In Eclipse you should be able to configure the project's classpath to point to the libraries in question. Assuming you have them and the plugin. See the SDK Manager if you don't have them.
Right click on your projects ---> properties ---> android --> select target name Google ApIs. And Clean projects and Build the projects.
And also refer this link
You have to download google apis for a particular api level through android sdk manager.
Select that google api as project build target.
If selecting the particular APIs is not working try the following: