我正在 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);