如何在 Eclipse 中将真实手机设置为默认目标
我想要的是:当我按下“运行/调试”按钮时,它会自动安装并在我的手机上运行。
What I want is: when I press the Run/Debug button it automatically installs and runs on my phone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在显示项目名称的左侧窗格中,右键单击并选择“运行方式”->“运行配置”
在“运行配置”对话框中,它应该显示三个名为“Android”、“目标”和“公共”的选项卡。
选择标记为“目标”的选项卡。
从中选择单选按钮自动选择兼容设备并从列表中选择您的设备。
然后选中名为“使用相同设备进行未来启动”列表正下方的复选框。
你已经准备好了。
或者,您可以从提示您选择设备的运行对话框中进行选择,在此处标记用于将来启动时使用相同设备的复选框。
希望这有帮助
From left pane that displays project names,Right click and choose Run As->Run Configurations
In Run Configurations dialog,it should display three tabs named Android,Target and Common.
Choose the tab labeled as Target.
from it choose the radio button Automatically pick compatible device and select your device from the list.
Then mark the check box right below the list named Use same device for future launches.
you are all set.
Or you can choose from the run dialog which prompts you to choose device,mark the checkbox for use same device for future launches here.
Hope this helps