
I am trying to run GCM for my application, but the emulator gives the above message.
- I updated my Google API
- I also include the Google Game Services Library project
- I also add google play services library
- I also recreate my emulator
However, my project will not be launched. These are my emulator details.

when I try to use GCM with the old GCMRegistrar library, which is currently deprecated, it works with the emulator, but when I used new Google services to play Google GCM, it shows the error message above
source
share