Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里我有一个应用程序,它应该在 4.0.3 AVD 上运行(在属性中选择)。
但只要我运行该应用程序,它就会自动以 2.2 AVD 启动。
因此,我已将“运行配置”中的运行选项更改为Always prompt to pick up device.
Always prompt to pick up device
现在我同时运行了 2.2 和 4.0.3 AVD:
但是,只要我运行该应用程序,eclipse 就会给出我拥有的在线设备列表,并且只有 1 台设备(2.2)在线:
如何让我的应用程序在 4.0.3 AVD 上运行?
通常这个问题是通过两个简单的命令来解决的,我建议你从你的 DOS 提示符(在 windows 中)或 shell(在 Linux 的情况下)运行这两个命令
adb kill-server adb start-server