0

我正在尝试使 plusone 按钮在我的 android 应用程序中工作。

我这样做了:

m_plusClient = new PlusClient(this, this, this);

然后:

m_plusOneButton = (PlusOneButton) m_view.findViewById(R.id.plus_one_button);
m_plusOneButton.initialize(((SinglePlace)getActivity()).m_plusClient, url, 0);

按钮在那里,但是如果我单击它,它会显示一个不确定的进度条并且什么也不做。加客户端没有调用回调...

4

1 回答 1

1

在跳转到 +1 按钮部分之前,您需要先执行以下步骤: https ://developers.google.com/+/mobile/android/getting-started。

于 2013-01-22T16:31:13.023 回答