I'm trying to integrate Google Analytics in my Unity game. I've downloaded and installed the latest unitypackage.
In Unity after clicking on Google Analytics > Setup > Install google-play-services_lib
I get this error:
I've installed Google Play Services in Android SDK manager but it does not install the lib. Even the description of the package says it only installs JavaDoc and Sample code, no library:
So the problem is that in the /extras/google/google_play_services/
folder there is no libproject
subfolder at all. Only JavaDoc and Samples folders.
I've read the documentation (tab OTHER because I'm not using neither Android Studio nor Eclipse), followed the instructions step by step and it just doesn't work. And my googling turned in vain. How can I install google play services lib?