I am getting below error while registering device

java.lang.RuntimeException: Unable to start receiver com.backendless.push.BackendlessBroadcastReceiver: java.lang.RuntimeException: ACCOUNT_MISSING

Hi,

Here is a StackOverflow answer which might help you: http://stackoverflow.com/a/11866668/1813669
It says that you may receive this error when there’s no Google account on the device.

Thank you Sergey. on Simulator as per solution i have added google account and this account_missing error gone
But now getting new error. :frowning:
java.lang.RuntimeException: Unable to start receiver com.backendless.push.BackendlessBroadcastReceiver: java.lang.RuntimeException: PHONE_REGISTRATION_ERROR

Please check this thread: http://stackoverflow.com/questions/12772086/gcm-phone-registration-error

By the way, which emulator do you use? Did you create it with Google API?

Tested application on my mobile and it works fine also able to see device on backendless portal
Thank you