Reputation: 729
I want to create a google account in emulator. When I create an emulator, there is no Google APIs in my target,
What should I do to create a google account.
Upvotes: 0
Views: 1331
Reputation: 2224
Download from Sdk manager, Red marks mean needed to download necessaries files.
Set an emulator like this.
Upvotes: 0
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.
Upvotes: 1