eclipse无法直接识别我的sony xperia mini pro调试程序
我已经安装了: 1:索尼爱立信电脑伴侣 2:SEMC_Signed USB 驱动程序 3.更新了我的eclipse->可用软件包..
但是在运行程序时它不会检测到手机?
i have installed:
1:sony ericsson pc companion
2:SEMC_Signed usb Driver
3.updated my eclipse->available packages..
but while running program it will not detect the phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要尝试的一些事情:
确保您没有那些便宜的 2 美元仿冒 USB 接口电缆。我敲了我的头一两个小时,才意识到我的电脑看不到我的手机的原因是我的电缆。
转到命令提示符,键入 adb Kill-server,然后键入 adb devices 以重新启动 adb 服务器。
转到
确保您的手机处于调试模式(设置 > 应用程序 > 开发 > 启用 USB 调试)
A few things to try:
Make sure you don't have one of those cheap $2 knockoff USB interface cables. I banged my head for an hour or two before I realized the reason my PC wouldn't see my phone is because of my cable.
Drop to command prompt, type adb kill-server and then adb devices to restart the adb server.
Make sure your phone is in debug mode (settings > applications > development > enable USB debugging)