Ich versuche, eine Kontoauswahl mit dem folgenden zu implementieren:Android Import Import com.google.android.gms.common.AccountPicker Fehler
Intent intent = AccountPicker.newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null, null, null, null);
startActivityForResult(intent, 1111);
aber ich bekomme Fehler beim Import und im Android Teil Importieren Sie com.google. android .gms.common.AccountPicker
Wie kann ich das beheben?
in Build Gradle Ich habe
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.0.1'
}
ist es hier das gleiche wie der Artikel?
Exception java.lang.NoClassDefFoundError: com.google.android.gms.common.AccountPicker