问题描述
荫的新手到Android ..谁能告诉我如何运行在设备上应用程序..我已连接并启用了USB调试设备上运行。但它永远只能启动模拟器。我怎么能在设备上,而不是模拟器中运行?
Iam a newbie to android.. Can anyone tell me How to run the app on device.. i have connected and enabled USB Debugging on device and running. But its always starting the emulator only. How can i run on device instead of emulator?
推荐答案
我觉得你的模拟器是自动。您可以更改为手动。
I think your emulator is in Automatic. You can change that to Manual.
试试这个,
第1步
去跑配置
您可以看到三个栏的Android,Target和通用。
You can see three Columns Android,Target and Common.
第二步:
选择目标
第3步
选择总是提示挑device.Click确定
Choose Always prompt to pick device.Click Ok
第四步
现在运行项目,你应该可以看到仿真器和设备。选择您的设备,然后点击确定。
Now run your project you should see the emulator and your device. Select your device and click ok.
希望它帮助。
这篇关于如何运行真实设备中的Android应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!