Trying to follow this Google+ tutorial .
Run the application and I get this error
You need to update Google Play Services to use this application.
- Clicking
Update does nothing. - Ignoring this dialog and pressing
Login causes the application to crash.
Using a terminal in Windows 8 to update Services Services on my emulator,
adb install com.android.vending-20140218.apk ........
Crash [INSTALL_FAILED_DUPLICATE_PERMISSION perm = com.google.android.gms.permission.ACTIVITY_RECOGNITION pkg = com.google.android.gms]
adb install com.google.android.gms-20140218.apk .......
Error [INSTALL_FAILED_DUPLICATE_PERMISSION perm = com.android.vending.CHECK_LICENSE pkg = com.android.vending]
I tried uninstalling both using adb uninstall and adb install -r , but it just answers
Renouncement
Emulator
- Nexus 5 with Android 5.0
- targetSdk Android 5.0
- minSdk Android 5.0
- build tool 19.1.0.
source share