playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
972 stars 970 forks source link

google_play_services_version does not have a corresponding integers.xml file #174

Closed Lard4 closed 6 years ago

claywilkinson commented 9 years ago

I am not sure what you are asking, but I guess it is the location of the value of google_play_services_version? This is in res/values/version.xml.

Lard4 commented 9 years ago

In the manifest, it references @integer/google_play_services_version As far as I can see, the integers.XML file is nonexistent.

claywilkinson commented 9 years ago

Once you run the Setup (Window > Google Play Games > Setup > Android Setup..) it will copy the google play services client library into the project. That client library contains the version.xml file defining that value.

mwgray commented 6 years ago

Closing, Android Studio should handle this now.