Trying to follow this Google+ Login tutorial.
Start application and I get this error
You need to update Google Play Services to use this application
- Pressing Updatedoes not do anything.
- Ignoring this dialog and pressing Logincrashes the application.
Using the terminal in Windows 8 to update the Play Services on my emulator,
adb install com.android.vending-20140218.apk ........
Failure [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 .......
Failure [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 responds with 
Failure
Emulator
- Nexus 5 with Android 5.0
- targetSdk Android 5.0
- minSdk Android 5.0
- Buildtools 19.1.0.
 
     
     
     
     
    