1

I recently updated several libraries using the Android SDK Manager and Android Studio. One of my imports is now failing:

import com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential;

I am wondering what package/library this is supposed to be found in so that I can make sure that is being included in the build path, or so that I can revert to an older version.

I am using Android Studio 1.6.0_45

Ryan Bavetta
  • 865
  • 8
  • 21
  • Jason post here would help you http://stackoverflow.com/questions/16384236/java-lang-noclassdeffounderror-on-android-with-googleaccountcredential-newchoose – blganesh101 Jun 27 '13 at 03:34

1 Answers1

1

Looks like it was in: google-api-client-android-1.15.0-rc.jar

Ryan Bavetta
  • 865
  • 8
  • 21