NoClassDefFoundError: GoogleAccountCredential
I'm tryint to use google play services to obtain data from youtube data api.
The app compiles, but it crashes when I try to use GoogleAccountCredential
class.
Exact LogCat output is: java.lang.NoClassDefFoundError:
com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
My project includes gms library project as the image shows:
Libraries inclued in Private libraries as shown below:
Also libraries are checkend in Order and Export
What else I did not do?
No comments:
Post a Comment