libGDX:在Gdx.net.openURI之后GoogleApiClient断开连接

时间:2015-12-17 12:18:37

标签: android libgdx google-play-services android-googleapiclient

如果我拨打Gdx.net.openURI("")然后我返回游戏,则GoogleApiClient断开连接。为什么?

if (event.getTarget().getName().equals("facebook")) {
    Gdx.net.openURI("https://www.facebook.com/*****");
}

1 个答案:

答案 0 :(得分:1)

如上所述:

尝试使用GoogleApiClient.connect()

的方法

有关详细信息,请参阅此处:

https://developers.google.com/android/reference/com/google/android/gms/common/api/GoogleApiClient#connect()