I've spend some good hours trying to put this thing in my app.
I keep getting a "The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
" - I get this message also for the google sample app that comes with the google-play-services package.
I've followed the exact steps from this question: Adding a Google +1 button in Android App. The PlusClient is not needed anymore from what i've seen because the constructor of the PlusOneButton doesn't need it. Is there anything more i need to do??
Before I invest more time i would like to know if what is think it should do is correct:
The URL for this button needs to be the URL of the google play app page: "
https://play.google.com/store/apps/details?id=com.app.package
" and if the user presses this +1 button the +1 will increase for this page.If the user presses this +1 button, if he already has the google play app installed he doesn't need to login anymore. So after he presses this that's it, only the color of the button changes and no popup will come up or anyting.
From what i've read on the forums the PLUS_ONE_REQUEST_CODE can be any Integer (// The request code must be 0 or greater.) - I always set it to 0. (Whats the point of it then?)
If someone has some answers please help. Thanks.