I am not able to access android market through emulator.
-
This one is solved, but see also [this](http://stackoverflow.com/questions/5985679/app-missing-in-the-android-market). – Seva Alekseyev Oct 20 '11 at 02:25
9 Answers
I got Android Market to work on Emulator for Platform 2.3 using OS 10.6.6:
First download and setup emulator on your mac.
Launch emulator and create an AVD. I created one called vd1
.
Close vd1
.
Launch Terminal in Utilities and enable the Finder to show hidden system files and folders by executing following commands:
lsy$ defaults write com.apple.finder AppleShowAllFiles TRUE
lsy$ killall Finder
Download system.img
http://www.mediafire.com/?s8eeph3r71ho1lz
Copy system.img to two locations:
[username]\.android\avd\[vd1]\
[username]\android\platforms\android-9\images\
Launch emulator from Terminal
lsy$ cd android\tools
lsy$ ./emulator -avd [vd1] -partition-size 100

- 4,808
- 4
- 55
- 76

- 249
- 2
- 2
-
-
For some reason, under this option the Market displays less apps than in the pankaj's answer. – Seva Alekseyev Oct 19 '11 at 20:54
-
Android Market is not available through the emulator for similar reasons it is not available through the developer phone. Allowing people to buy applications with an unlocked phone (or the emulator) would make it easier for those paid apps to be redistributed as freee apps.

- 19,789
- 10
- 43
- 45
-
20Why not distributed a Android Market showing only the free apps with the emulator, just like the Market available for most people outside of US? – Bjarke Freund-Hansen Sep 09 '09 at 16:47
-
-
2The market is not available through the emulator, but it IS available on the G1 developer phone. – Tomas Sep 10 '09 at 19:47
Will's right. But also see this if it helps: http://forum.openhandsetdevelopers.com/running-android-market-on-emulator-no-download-issue-t82.html

- 12,325
- 10
- 54
- 78
Check out this link.
http://tech-droid.blogspot.com/2009/11/android-market-on-emulator.html
You get a full featured market on your emulator. I don't know if it's legal(allowed by Google), but the image file, that this post mentions, is a link to HTC's download page.
I am able to access all the market apps now, right from the emulator, the paid ones, and the copy-protected ones also.
Cheers.
Dexter.

- 39
- 1
-
-
3CommonsWare, I want Google Play on emulator to test whether intents work with all the major apps. I need Google Maps, and on another emulator I need Bing Maps. On a third I need both (what happens when both are present?) And there are various email apps, and so on and so forth. My desire to install from Google Play has nothing to do with software piracy, and it has been obvious to me from the way they ask the questions that nobody on Stack Overflow is planning to hoist the Jolly Roger. – Peter Wone Dec 23 '13 at 22:54
The emulator does not have the Android Market. The Android Market is only available for devices whose manufacturers have licensed the Android Market from Google.

- 986,068
- 189
- 2,389
- 2,491
Android Studio from version 2.3.2 has Google Play System Images. You are able to create the simulator with the Play Store (old name: Android Market App).

- 2,663
- 2
- 28
- 40
You can use this test framework : android-test-billing to test the In-App billing on the emulator. This library was used in the project Horer - horaires de RER.

- 5,841
- 1
- 23
- 33
just find the same app from a trusted website that allows you to download the .apk file to launch the app without using the play store. You wont be able to find all apps, but most of them should be relatively easy to find and download without using the play store.

- 411
- 6
- 10
I have did it in my 1.6 emulator it worked fine , Try this,
- Download system.img from following link http://www.4shared.com/get/x6pZm3-W/system.html
- Go to avd folder. It will be in your c drive probably ( example C:\Documents and Settings\Vadivelan.android\avd\market.avd)
- Paste the download file
- Now launch the emulator Market is ready
But am not sure it will work in 2.2 emulator, because the given system.img file is specific to 1.6. For 2.2 download the 2.2 system.img (but i doubt it works, as per my information it gives error)
Regards, Vadivelan

- 3,245
- 3
- 15
- 6