I'm trying to integrate google drive api within my app.
I followed step-by-step this quick start guide https://developers.google.com/drive/quickstart-android but after lot of tests, I still have some unresolved imports!
I have all imports working, except:
- the
com.google.api.client.googleapis.extensions
package and - the
com.google.api.client.extensions
package
I'm sure there's something wrong with my project configuration:
I have added the Drive API v2, the google play services jar file as shown in the guide, and I'm using Google APIs for Android 4.2 as build target, but I still have unresolved imports for the extensions
packages.
In my eclipse configuration everything is up-to-dated.
Can anyone help me? Or have the same issue?