Android Studio - Windows 7 - Sony Z3 Compact - 设备未出现

时间:2022-11-26 20:55:56

I saw a lot of post on the subject, tried to figure it out but it seems I miss something :(

我看到很多关于这个主题的帖子,试图搞清楚,但似乎我错过了一些东西:(

My config : Windows 7 64 bits My Phone : Sony Z3 compact (Android version 6.0.1)

我的配置:Windows 7 64位我的手机:Sony Z3 compact(Android版本6.0.1)

  • The phone is automatically detected by Windows
  • Windows会自动检测手机

  • The phone is on USB debug mode
  • 手机处于USB调试模式

  • The config USB is set on MTP (tried changed it too with no effect)
  • 配置USB在MTP上设置(尝试更改它也没有效果)

  • No warning or error in the windows manager device. The phone appears ok and updated.
  • Windows管理器设备中没有警告或错误。手机显示正常并更新。

  • Delete my smartphone driver - Reinstall them (automatically or by the oem driver found on the website)
  • 删除我的智能手机驱动程序 - 重新安装(自动或通过网站上的oem驱动程序)

  • Changed USB cable (the official and others)
  • 更换USB线(官方和其他)

  • Project configure to run the minimal version of SDK 4.0.3
  • Project配置为运行SDK 4.0.3的最小版本

  • In Android Studio > Tools > Android SDK => Android SDK 7.0 (Nougat) was Installed by default => Installed Android SDK 4.0.3 (IceCreamSandwich) => Installed Android SDK 6.0 (Marshmallow) => Installed Google USB Driver
  • 在Android Studio>工具> Android SDK => Android SDK 7.0(Nougat)默认安装=>已安装的Android SDK 4.0.3(IceCreamSandwich)=>已安装的Android SDK 6.0(Marshmallow)=>已安装的Google USB驱动程序

  • In Android Studio > File > Project Structure => Tried to change the compiled SDK Version positionned on Android 7.0 by default in 6.0 and then 4.0.3 with no effect

    在Android Studio>文件>项目结构=>尝试在默认情况下在6.0上更改已安装在Android 7.0上的已编译SDK版本,然后在4.0.3中更改无效

  • In Android Studio, Install

    在Android Studio中,安装

  • In Android Studio, Target is set on "Open select Deployement Target Plateforme". Tried to choose directly the USB device with no effect (no target device found)

    在Android Studio中,Target设置为“Open select Deployement Target Plateforme”。试图直接选择USB设备没有效果(没有找到目标设备)

Try this too :

试试这个:

Go to your sdk tool installation path, and under \sdk\platform-tools folder and run this command:

转到您的sdk工具安装路径,并在\ sdk \ platform-tools文件夹下运行此命令:

C:\android\sdk\platform-tools>adb devices List of devices attached => Blank list as a result

C:\ android \ sdk \ platform-tools> adb devices附加的设备列表=>结果为空白列表

adb kill-server => Ok

adb kill-server =>好的

adb start-server => OK

adb start-server =>好的

Thank your for any help you can provide

感谢您提供的任何帮助

Jerome

1 个解决方案

#1


0  

Today's operation :

今天的运作:

  • changed the USB port (no effect)
  • 改变了USB端口(没有效果)

  • revoked all the debug's authorization in the developer's options
  • 撤消了开发人员选项中所有调试的授权

  • put the USB configuration on PTP Mode (didn't appear before but with no effect)
  • 将USB配置置于PTP模式(之前没有出现但没有效果)

  • put the USB configurtion on RNDIS (USB Ethernet) (didn't appear before) => Windows tried to download drivers (?). Failed on one step. My device appeared then in warning in manager device. Install the manually oem driver download the first time. Then my phone asked me too authorized my computer to use the debug mode. Said yes and now it works.
  • 将USB配置放在RNDIS(USB以太网)上(之前没有出现)=> Windows试图下载驱动程序(?)。一步失败。然后我的设备出现在管理器设备的警告中。第一次安装手动oem驱动程序下载。然后我的手机问我也授权我的电脑使用调试模式。说是,现在它有效。

Hope it can help someone.

希望它可以帮助某人。

#1


0  

Today's operation :

今天的运作:

  • changed the USB port (no effect)
  • 改变了USB端口(没有效果)

  • revoked all the debug's authorization in the developer's options
  • 撤消了开发人员选项中所有调试的授权

  • put the USB configuration on PTP Mode (didn't appear before but with no effect)
  • 将USB配置置于PTP模式(之前没有出现但没有效果)

  • put the USB configurtion on RNDIS (USB Ethernet) (didn't appear before) => Windows tried to download drivers (?). Failed on one step. My device appeared then in warning in manager device. Install the manually oem driver download the first time. Then my phone asked me too authorized my computer to use the debug mode. Said yes and now it works.
  • 将USB配置放在RNDIS(USB以太网)上(之前没有出现)=> Windows试图下载驱动程序(?)。一步失败。然后我的设备出现在管理器设备的警告中。第一次安装手动oem驱动程序下载。然后我的手机问我也授权我的电脑使用调试模式。说是,现在它有效。

Hope it can help someone.

希望它可以帮助某人。