Halo
Halo

Reputation: 729

How to create Google account in emulator?

I want to create a google account in emulator. When I create an emulator, there is no Google APIs in my target,

enter image description here

What should I do to create a google account.

Upvotes: 0

Views: 1331

Answers (2)

Rajendra arora
Rajendra arora

Reputation: 2224

Download from Sdk manager, Red marks mean needed to download necessaries files.

enter image description here

Set an emulator like this.

enter image description here

Upvotes: 0

Anid Monsur
Anid Monsur

Reputation: 4538

You have to install Google APIs from the Android SDK manager. In Eclipse, you can get to it by going to Window -> Android SDK Manager. Once there, check Google APIs for the API level you want.

enter image description here

Upvotes: 1

Related Questions