01. Update your emulator with newest services apk
1. Download two packages which should be installed in emulator.
http://cs.uef.fi/students/document/com.android.vending.apk
http://cs.uef.fi/students/document/com.google.android.gms.apk
2. Put those two package into your Android "sdk" --> "platform-tools" folders
C:\AnswerFile\Download\adt-bundle-windows-x86_64-20131030\sdk\platform-tools
3. Create a new emulator:
Device: Nexus s
Target: Android 4.2.2 - API Level 17
CPU/ABI: ARM
Keyboard: checked
Skin: checked
Use Host GPU: checked
4. Start emulator
5. Open cmd.
6. In cmd, cd to "platform-tool folder"
cd C:\AnswerFile\Download\adt-bundle-windows-x86_64-20131030\sdk\platform-tools
7. Enter following commands to install the apk in emulator
adb -e install com.google.android.gms.apk
adb -e install com.android.vending.apk
8. Restart emulator