0

我正在 Android 中集成 Google +1 按钮,一切正常,但在完成共享 +1 按钮后开始工作并且永远不会回来。按钮上显示等待标志。

请帮我

mPlusClient 已连接

mPlusOneButton = (PlusOneButton) findViewById(R.id.plus_one_button);
String URL="https://developers.google.com/+";
mPlusOneButton.initialize(Navigator.mPlusClient, URL, 0);
4

1 回答 1

0

mplusbutton 需要在 onResume 中初始化。

于 2013-09-17T05:51:01.057 回答