I've got the Android SDK downloaded, got a AVD booted and running, but haven't been able to find the Marketplace application. Do the images available through the SDK utility not include a marketplace app? If not, is there somewhere I can get it?
Asked
Active
Viewed 4,813 times
4 Answers
3
According to this article you can add the marketplace to your emulator. Don't know if this still works but could be worth a try. Why do you need the marketplace for development anyway? ;)

Ham Vocke
- 2,942
- 22
- 27
-
I have an interop concept i'd like to try out. This sounds like the way to do this, except that it only runs in 1.5/6. No 2.2. Any idea where that could be had? – Dave Oct 22 '10 at 08:23
-
Seems like you can only use this with 1.5/1.6. I cannot find any specific solutions for 2.2, sorry. – Ham Vocke Oct 22 '10 at 08:37
1
This 2 part video walks you through how to get the marketplace and the gmail app onto an android 2.2 emulator: http://www.youtube.com/watch?v=Xe-jA3l3QNA
This link also covers it (http://anythingsimple.blogspot.com/2010/09/how-to-use-android-market-on-android.html) but I found the video to be a bit more useful.

brendan
- 29,308
- 20
- 68
- 109
0
You can have a look at the Android source. Some of the "native" applications are included.

Mads Lee Jensen
- 4,570
- 5
- 36
- 53
-
2I think Marketplace is one of the *closed source* apps that Google only give to approved vendors. – Alex Jasmin Oct 22 '10 at 08:11