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 sample google map android application to run. very simple file. However, my lib references don’t seem to be working fine. Even though in the manifest file, the google map api is referenced, my application is not able to resolve the reference
any idea what I need to do next to get the referencing issues resolved please?
You have to download google apis for a particular api level through android sdk manager.
Select that google api as project build target.