我使用的是 Eclipse + ADT,而我的物理设备(如下所列)未在 Android 设备选择器中列出.我已经更新了 Eclipse 和所有的 Android 包.我的手机运行的是 Android OS 1.6,它对应于 Eclipse 项目中列出的目标版本.
I'm using Eclipse + ADT, and my physical device (listed below) is unlisted on Android Device Chooser. I have updated Eclipse and all of the Android packages. My phone is running Android OS 1.6, which corresponds to the target version listed in the Eclipse Project.
另外,我决定尝试在真实设备上进行测试的原因是,当我运行我的项目时,模拟器似乎不再正常工作.模拟器启动,但程序从不启动.有什么想法吗?
Also, the reason I decided to try testing on a real device is because the emulator doesn't seem to be working right anymore when I run my project. The emulator launches, but the program never does. Any ideas?
(使用 windows 7/t-mobile mytouch 3g)
(using windows 7/t-mobile mytouch 3g)
首先,确保 Android ADB 可以与"您的设备对话".
First, make sure that the Android ADB can "talk to" your device.
cd
),例如 C:Androidandroid-sdkplatform-tools.adb devices
cd
) where ADB.exe is in, e.g, C:Androidandroid-sdkplatform-tools.adb devices
如果您的设备已列出(显示序列号),请转到第二项检查.否则,这意味着 ADB 目前无法与您的设备通信.导致问题的原因有很多,请尝试:
If your device is listed (serial number is displayed), go to the second check. Otherwise, this means ADB currently can't talk to your device. There're many reasons which can cause the problem, try:
其次,确保将部署目标选择模式"设置为手动:
Second, make sure you set the "Deployment target selection mode" to manual:
您的设备仍然无法显示?行.第三,确保您的设备支持您的Project Build Target"Android 版本.
Your device still can't display? Ok. Third, make sure your "Project Build Target" Android version is supported in your Device.
这篇关于Android 设备选择器 - 设备未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!