询问用户的Auth2时出错

时间:2013-10-30 08:12:24

标签: java android eclipse oauth-2.0

我正在尝试运行Google教程中的代码:

  public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);

    credential = GoogleAccountCredential.usingOAuth2(this, Collections.singleton(DriveScopes.DRIVE));
    startActivityForResult(credential.newChooseAccountIntent(), REQUEST_ACCOUNT_PICKER);
  }

但是我收到了这个错误:

enter image description here

过了一会儿,我得到了这个弹出错误(我正在使用eclipse)

enter image description here

虽然我拥有它:

enter image description here

我该如何解决这个问题?

0 个答案:

没有答案