标签: android libgdx google-play-services android-googleapiclient
如果我拨打Gdx.net.openURI("")然后我返回游戏,则GoogleApiClient断开连接。为什么?
Gdx.net.openURI("")
GoogleApiClient
if (event.getTarget().getName().equals("facebook")) { Gdx.net.openURI("https://www.facebook.com/*****"); }
答案 0 :(得分:1)
如上所述:
尝试使用GoogleApiClient.connect()。
GoogleApiClient.connect()
有关详细信息,请参阅此处:
https://developers.google.com/android/reference/com/google/android/gms/common/api/GoogleApiClient#connect()