Android - Could not find google-play-services_lib.apk! error Android - Could not find google-play-services_lib.apk! error android android

Android - Could not find google-play-services_lib.apk! error


When Adding refenced libraries we need only google-play-services_lib.jar.So that we need to remove the project from your project.

Project->Properties->javaBuildPath->Project->select google-play-services->remove.

clean and build.


Well i had this same problem.. I then found out that i had incorrectly referenced it first in the java build path before referencing it from the Properties > Android > Add Library .Solution First remove both the reference from the java build and the Properties > Android > Add Library then reference google_Play_services_lib from Properties > Android > Add Library again.Hope this helps :)


You don't install the google-play-services_lib APK, you should reference it on your project as an Android Library Project and the JAR will be included inside your APK.

http://developer.android.com/google/play-services/setup.html

This link teaches you how to reference an android library project:

http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject