简体   繁体   English

在android sdk target选项中看不到该设备(在Eclipse中)

[英]cannot see that device in android sdk target option (in eclipse)

I am new to android developed. 我是Android开发的新手。 however, 然而,

  • got installed htc evo 4G drivers successfully (can see in device manager) 成功安装了htc evo 4G驱动程序(可以在设备管理器中查看)

But

I cannot see that device in android sdk target option (in eclipse) 我在android sdk target选项中看不到该设备(在Eclipse中)

can someone help me in that please 有人可以帮我吗

regards 问候

Make sure u have enabled USB debugging on your phone Settings->Applications->Development->Usb debugging. 确保您已在手机上启用USB调试设置->应用程序->开发-> USB调试。 Connect your device 连接您的设备

In Run configuration of project set Target selection mode as manual and run your project. 在“运行项目的配置”中,将“目标选择模式”设置为手动,然后运行项目。 You should get dialog where u will get choose your phone as option to run emulator. 您将出现一个对话框,您将在其中选择手机作为运行仿真器的选项。

  1. Enable USB debugging on your device by choosing Settings->Applications->Development->Usb debugging. 通过选择设置->应用程序->开发-> USB调试在设备上启用USB调试。

  2. Connect your device with a USB cable 用USB电缆连接设备

  3. When debugging the app you should see a dialog the option to choose your device or an emulator. 在调试应用程序时,您应该会看到一个对话框,用于选择设备或仿真器。 If you don't see this then choose a different USB connection option on your device. 如果看不到,请在设备上选择其他USB连接选项。 I chose "memory card access only" and that seems to work. 我选择了“仅存储卡访问权限”,这似乎可行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM