The import com.google.api.client cannot be resolved in Eclipse
android, google-app-engine, java
Solution
You haven't added the client libraries in your project. http://code.google.com/p/google-api-java-client/wiki/Setup. You will get the google-api-java-client-1.14.1-beta.zip file at the above link. Save those jar files in your libs folder of Android project.
Problem
I am getting this error: `The import com.google.api.client cannot be resolved` My configuration is below: Project Properties - Android: Java Build Path: I still get the error below even after restarting Eclipse. Can anyone help? Thx :D