Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I followed tutorial https://developers.google.com/eclipse/docs/appeng_android_run_debug but when I debug the project and click add account I dont see Google as an option ... I only see Coporate and Email.

I must register phone with Google account to receive messages from C2DM, so why there is no that option?

Thanks.

share|improve this question
You have to start emulator with target name = Google API (API level 8 or more). – Loadeed Jun 30 '12 at 9:28

1 Answer

Yes you need a Google Account.

Because Google App Engine sends the Message to the C2DM Server and from there to your registred device. For more Information visit: https://developers.google.com/android/c2dm/

I had the problem that the tutorial didn't work like I wanted. (I couldn't connect my Google Account) So I debugged it directly on my mobile device with usb-connection and there it worked.

share|improve this answer
You need to create emulator with Google API support. – Loadeed May 26 '12 at 20:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.