I am not able to access android market through emulator.

link|improve this question

0% accept rate
This one is solved, but see also this. – Seva Alekseyev Oct 20 '11 at 2:25
feedback

7 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
link|improve this answer
This worked for me... Kudos! – Brad Parks Mar 29 '11 at 0:21
however many apps seem to be missing :( – facildelembrar Sep 28 '11 at 0:14
Any solution to the missing apps problem? – Seva Alekseyev Oct 18 '11 at 21:03
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
Please do not advocate software piracy on StackOverflow. – CommonsWare Jan 15 at 16:59
feedback

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.

link|improve this answer
13  
Why not distributed a Android Market showing only the free apps with the emulator, just like the Market available for most people outside of US? – bjarkef Sep 9 '09 at 16:47
Sounds like a good recommendation for the Google/T-Mobile folks. – Will Sep 10 '09 at 1:43
2  
The market is not available through the emulator, but it IS available on the G1 developer phone. – Tomas Sep 10 '09 at 19:47
1  
the question is "does the android market – Brad Parks Mar 31 '11 at 23:45
feedback

Will's right. But also see this if it helps: http://forum.openhandsetdevelopers.com/running-android-market-on-emulator-no-download-issue-t82.html

link|improve this answer
feedback

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.

link|improve this answer
Please do not advocate software piracy on StackOverflow. – CommonsWare Jan 15 at 17:00
feedback

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.

link|improve this answer
feedback

I have did it in my 1.6 emulator it worked fine , Try this,

  1. Download system.img from following link http://www.4shared.com/get/x6pZm3-W/system.html
  2. Go to avd folder. It will be in your c drive probably ( example C:\Documents and Settings\Vadivelan.android\avd\market.avd)
  3. Paste the download file
  4. 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

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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