adb 找不到 Galaxy S3 Android 4.3

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21697666/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 04:56:54  来源:igfitidea点击:

adb can't find Galaxy S3 Android 4.3

androidwindows-7android-studioadbandroid-4.3-jelly-bean

提问by d34th4ck3r

I update android version of my Galaxy S3 to Android 4.3.

我将 Galaxy S3 的 Android 版本更新为 Android 4.3。

I have activated the developer mode by clicking Build Number and also checked in USB Debugging. I am using Windows 7 and Android Studio.

我已经通过单击内部版本号激活了开发人员模式,并且还检查了 USB 调试。我正在使用 Windows 7 和 Android Studio。

I have gone through various answer addressing same problem but none of them helped.

我经历了解决同一问题的各种答案,但没有一个有帮助。

How can I install application directly to my device or debug using adb etc.

如何将应用程序直接安装到我的设备或使用 adb 等进行调试。

回答by vinay Maneti

Go into device manager and uninstalled SAMSUNG Android USB Composite Device and ensured to check the box 'delete driver software'. Now the device will have a exclamiation mark etc ..i right click and installed the driver again (refresh copy) ...this finally made the adb acknowledge my phone as an emulator.

进入设备管理器并卸载 SAMSUNG Android USB Composite Device 并确保选中“删除驱动程序软件”框。现在设备将有一个感叹号等..我右键单击并再次安装驱动程序(刷新副本)...这最终使 adb 确认我的手机是模拟器。

to install drivers

安装驱动程序

回答by Kvk

I just went to the Samsung site and installed usd drivers of my S3 (SGH-I747). Everything is working fine. Device detected by ADB.

我刚刚去了三星网站并安装了我的 S3 (SGH-I747) 的 usd 驱动程序。一切正常。ADB 检测到的设备。

Link for S3 drivers

S3 驱动程序链接

回答by Shaji Thorn Blue

you need to check whether your adb software is correctly install or not, you can download adb installer from http://adbdriver.com/downloads/run it as a administrator and install adb driver.

您需要检查您的adb软件是否安装正确,您可以从http://adbdriver.com/downloads/下载adb​​安装程序 以管理员身份运行并安装adb驱动程序。

回答by Michael James

For me, the only thing that worked was to install the latest android adt bundle from here.

对我来说,唯一有效的是从这里安装最新的 android adt 包。

http://developer.android.com/sdk/index.html

http://developer.android.com/sdk/index.html

Once I connected my phone via USB, I was prompted to allow for debugging mode.

通过 USB 连接手机后,系统提示我允许调试模式。