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.
我需要知道如何从 Eclipse 自动运行 Android 模拟器。
有任何想法吗?
安装ADT后,您需要定义ADT 启动配置,以便您的项目将自身作为 Android 可执行文件执行。
然后,不要忘记进入Eclipse->Preferences->Run/Debug->Launching。 在“<code>Launch Operation”小节中,选择“<code>始终启动之前启动的应用程序”:
Eclipse->Preferences->Run/Debug->Launching
有两种方法。
从菜单栏启动AVD
脚步 :
点击Android 虚拟设备管理器
选择您创建的设备,然后单击开始
单击启动并等待启动AVD。
您的AVD正在运行..
从运行配置启动AVD
右键单击菜单栏上的运行图标,然后选择运行配置
选择目标选项卡>选择第三个单选选项说(自动选择兼容设备:...) >勾选您想要启动的所需AVD >单击应用>单击运行