【发布时间】:2013-11-10 10:52:03
【问题描述】:
我花了很多时间尝试将这个东西放入我的应用程序中。
我不断收到“The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.” - 我也收到此消息,用于 google-play-services 包附带的 google 示例应用程序。
我已经按照这个问题的确切步骤进行操作:Adding a Google +1 button in Android App。从我所看到的情况来看,不再需要 PlusClient 了,因为 PlusOneButton 的构造函数不需要它。我还有什么需要做的吗??
在我投入更多时间之前,我想知道认为应该做的事情是否正确:
此按钮的 URL 需要是 google play 应用页面的 URL: “
https://play.google.com/store/apps/details?id=com.app.package”,如果用户按下这个 +1 按钮,这个页面的 +1 将会增加。如果用户按下这个 +1 按钮,如果他已经安装了 google play 应用程序,他就不需要再登录了。所以在他按下这个之后,只有按钮的颜色会改变,不会弹出任何东西。
1234563 )
如果有人有一些答案,请帮忙。 谢谢。
【问题讨论】:
标签: android google-play google-plus google-play-services google-plus-one