错误的第一个参数类型“找到活动,必需的FragmentActivity”Android中的Google登录错误

时间:2016-02-23 06:59:46

标签: android google-login

我正在努力让google +登录在android上运行。但是我在这段代码中遇到了错误: -

    // [START build_client]
    // Build a GoogleApiClient with access to the Google Sign-In API and the
    // options specified by gso.
    mGoogleApiClient = new GoogleApiClient.Builder(this)
            .enableAutoManage(this /* FragmentActivity */, this /* OnConnectionFailedListener */)
            .addApi(Auth.GOOGLE_SIGN_IN_API, gso)
            .build();
    // [END build_client]

它显示了这条消息: -

  

错误的第一个参数类型“发现SignInActivity,必需的FragmentActivity”

有谁知道如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

试试这个。 您将扩展Activity而不是扩展FragmentActivity。 希望能帮助到你。感谢