我无法通过模拟器访问安卓市场.
I am not able to access android market through emulator.
我让 Android Market 在使用 OS 10.6.6 的平台 2.3 模拟器上工作:
I got Android Market to work on Emulator for Platform 2.3 using OS 10.6.6:
首先在您的 Mac 上下载并设置模拟器.启动模拟器并创建一个 AVD.我创建了一个名为 vd1
的程序.关闭 vd1
.
First download and setup emulator on your mac.
Launch emulator and create an AVD. I created one called vd1
.
Close vd1
.
在实用程序中启动终端并通过执行以下命令使 Finder 显示隐藏的系统文件和文件夹:
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
下载system.img
http://www.mediafire.com/?s8eeph3r71ho1lz
将 system.img 复制到两个位置:
Copy system.img to two locations:
[username].androidavd[vd1]
[username]androidplatformsandroid-9images
从终端启动模拟器
lsy$ cd android ools
lsy$ ./emulator -avd [vd1] -partition-size 100
这篇关于如何在模拟器上安装 Android Market App?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!