I have installed the Google Play services packages for my Android emulator by following instructions provided here. I have also added an account to my emulator (for Marshmallow) but I still get an error saying "Unfortunately Google play services has stopped". I checked my log cat and I found the following error
java.lang.RuntimeException: Unable to create application
com.google.android.gms.common.app.GmsApplication:
java.lang.SecurityException: addOnPermissionsChangeListener: Neither user 10055 nor current process has android.permission.OBSERVE_GRANT_REVOKE_PERMISSIONS.
When I try to give this permission wiht adb pm it fails that too. How can I fix this.