4

私はインテントでアカウント選択ダイアログを開始しようとしています.I get through GoogleAccountCredential.newChooseAccountIntent.

ソースをコンパイルすると、エラーがNoClassDefFoundError発生しました。

ここに私のエラーログがあります:

12-18 09:55:51.237: E/AndroidRuntime(25809): FATAL EXCEPTION: main
12-18 09:55:51.237: E/AndroidRuntime(25809): java.lang.NoClassDefFoundError: com.google.android.gms.common.AccountPicker
12-18 09:55:51.237: E/AndroidRuntime(25809):    at com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential.newChooseAccountIntent(GoogleAccountCredential.java:171)
12-18 09:55:51.237: E/AndroidRuntime(25809):    at com.arcticcoding.study.OverView.onCreate(OverView.java:67)
12-18 09:55:51.237: E/AndroidRuntime(25809):    at android.app.Activity.performCreate(Activity.java:4465)
12-18 09:55:51.237: E/AndroidRuntime(25809):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
4

2 に答える 2