【发布时间】:2012-07-28 18:26:30
【问题描述】:
我尝试按照这些步骤(来自here):
go to sdk folder, then go to tools.
copy your apk file inside the tool directory
./emulator -avd myEmulator
to run the emulator on mac
./adb install myApp.apk
to install app on the emulator
但是当我运行“./emulator -avd phoneEmulator”时(phoneEmulator 是我的模拟器的名称) 它只是显示:
Phil-Knights-MacBook-Pro:tools philiplknight$ ./emulator -avd phoneEmulator
2012-07-30 22:44:33.377 emulator-arm[2859:80b] Warning once: This application, or a
library it uses, is using NSQuickDrawView, which has been deprecated.
Apps should cease use of QuickDraw and move to Quartz.
就好像那个命令永远不会返回一样。
如果我无法在该窗口中输入第二条命令./adb install myApp.apk,我应该在哪里调用它?
【问题讨论】:
标签: android macos emulation apk