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
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
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.
Add this:
If you are trying to add a Google API to an Android app as I was, and if you are using Eclipse, the following is very easy.
Right-click on a project, select "Google > Add Google APIs...", select the Google API you need from the list of available Google APIs, click Finish, and it will automatically download the API client library
From https://code.google.com/p/google-api-java-client/wiki/Setup