Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
Android Emulator - Trouble creating user accounts

I'm trying to register a Google Account with the Android emulator running 2.2 API level 8. Forums suggest that you can do this by going to Settings -> Accounts, however for me I only have the option to add a "corporate" account, i.e. an Exchange account, not a Google Account.

I wish to add this Google Account to test c2dm from the emulator.

Does anyone know how to associate a Google account with the emulator in this build?

Thanks, Eric

share|improve this question

marked as duplicate by casperOne Nov 2 '12 at 16:24

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 40 down vote accepted

Turns out I was using the image "Android 2.2" instead of "Google APIS (Google Inc)". Using the Android SDK and AVD Manager, create a new virtual machine with the correct image.

share|improve this answer
1  
thnks so much.. – Nirav Dangi Sep 14 '11 at 11:52

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