Im trying to add google play API to my android game and i followed the instructions in their site.
I got this error in the emulator run, trying to solve it. (on my phone
Add the below script in dependencies.gradle, it will download the latest play service lib automatically, and you can find them on local path such as: m2repository/com/google/android/gms/play-services.
dependencies.gradle
m2repository/com/google/android/gms/play-services
dependencies { compile 'com.google.android.gms:play-services:4.2.+' }