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.
在开发过程中,我需要确保我的应用程序可以在多个 Android 版本上运行。为此,我创建并运行了多个 AVD。部署到这些单独的 AVD 可能既耗时又烦人。
有谁知道我可以同时部署到多个 AVD 的方法?
ADT 20 似乎支持这一点,但我从未使用过它:
允许一次启动在多个设备上运行。启动配置对话框中的目标选项卡添加了一个新选项,允许在所有连接的设备上启动,并且下拉列表允许用户进一步将列表缩小到仅物理设备或仅仿真器。(这仅适用于运行配置,不适用于 Debug/JUnit 测试。)
http://tools.android.com/download/adt-20-preview
截至本文发布之日,ADT 插件(确切地说是 18.0)不支持同时部署到多个 AVD。
正如 Nikolay 在下面的回答中提到的那样,您可以在未来的 ADT 版本中期待此功能。