Android Emulator - Trouble Creating User Accounts

Android Emulator - Trouble creating user accounts

@Varun's solution works for me. There are two things that must be configured correctly: the emulator and your eclipse project.

To set up the emulator, you'll have to create a new one. Instead of selecting an Android target, select the Google APIs target that you need (this target includes the Android platform, but "Android" doesn't appear in it's title). See screenshot:

alt text

That emulator should now be able to sign into a gmail account.

To configure your eclipse project, right click the project in the package explorer. Select "Properties" from the dropdown menu. Click "Android" on the left of the properties window, and select the same Google APIs target that you selected for your emulator. See screenshot:

alt text

You should also make sure that the correct emulator is selected to run the project. To do this, select "Run/Debug Settings" on the left of the project properties window. Edit the launch settings, and select the appropriate emulator (AVD) under the "Targets" tab.

This worked for me!

How do I register my Google Account in the android emulator running 2.2 api level 8?

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.

Can not add google account in Google App Emulator

I have managed to solve this issue, The emulator was somehow not detecting the proxy settings. Then I fired the emulator from command prompt using the below command and it all worked fine and I have managed to add the google account.

emulator.exe -avd GoogleDevice -http-proxy @@@.@@.@@@.@@:$$$$ -debug-proxy

Note: @ is my proxy and $ is my port, GoogleDevice is the name of the device you would like to run.

Missing Accounts in Android Emulator

Are your emulators using the Google APIs versions of Android? If not, use the SDK manager to get those versions of Android, and create a new emulator with one of them as the target.



Related Topics



Leave a reply



Submit