Android Build Error

I was trying to make a android build today and saw these errors

/Users/r1cebank/Documents/imop-mobile/platforms/android/src/com/adobe/phonegap/push/RegistrationIntentService.java:30: error: cannot find symbol
            GoogleCloudMessaging.INSTANCE_ID_SCOPE, null);
                                ^
  symbol:   variable INSTANCE_ID_SCOPE
  location: class GoogleCloudMessaging
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/r1cebank/Documents/imop-mobile/platforms/android/src/com/adobe/phonegap/push/PushPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 FAILED

FAILURE: Build failed with an exception. 

It is very weird since I can build just fine a couple days ago and it suddenly broke. Anyone else having the same issue? Thanks

probably you have installed or uninstalled any plugin.

The google play services are needed here. do ionic plugin list and see whether it is installed or not.

I have the cordova-plugin-googleplayservices installed and it is failing as mentioned above by @r1cebank.
If we hadn’t the google play services library the message would be missing symbol GoogleCloudMessaging.

Thanks, that is exactly the problem. I reinstalled the plugin and it all works. Thank You

Hi everyone, how they solved this ?. I have the same error. I have all the plugins installed, use ionic plugins list and that’s ok.

Thanks!