我试图让 Google Quickstart 项目在 Android 上运行。 https://developers.google.com/drive/quickstart-android。我注意到有很多类似的问题 - 并且想知道是否有任何地方可以工作的示例项目?
我按照说明进行操作,但在启动时出现错误:06-10 00:15:04.904: E/AndroidRuntime(16613): FATAL EXCEPTION: main 06-10 00:15:04.904: E/AndroidRuntime(16613): java.lang.NoClassDefFoundError: com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
指的是这一行:
credential = GoogleAccountCredential.usingOAuth2(this, DriveScopes.DRIVE);
startActivityForResult(credential.newChooseAccountIntent(), REQUEST_ACCOUNT_PICKER);