Android Studio 不显示我的 sony xperia tipo

Android Studio doesn't show my sony xperia tipo

Android Studio 不显示我的设备来调试应用程序。除 android studio 外,一切都已安装并正常工作。安装了 Adb 驱动程序,我尝试了 apkinstaller 软件,它显示了我的设备。

我的设备 api 级别是 15,安装在 android 工作室的 api 是 21。任何人有想法可能是由于 api 级别的变化 android studio 没有显示我的设备或其他东西。 我已经尝试过这些发布在 stackover

上的帖子

Click here

我是不是漏掉了什么?

这可能是由许多原因引起的,其中一些原因是:

  1. 检查是否安装了Google USB drivers
  2. 检查developers options是否启用
  3. 检查USB debugging是否启用
  4. Device Settings中选中USB Connection (播放媒体 设备[MTP]和相机[PTP])
  5. 插入 off/on USB 数据线
  6. 重启adb:kill [来自控制台: kill-all adb 来自 windows:TaskManager] 杀死它并重新开始

  7. here下载Samsung Kies Software(它会下载一些 drivers 同样,在安装此软件时 plug off 您的设备和 完成后 plug in 并尝试)

  8. 还有一些 here

为所有 android Smart phone USB drivers.Then 下载并安装 Moborobo Moborobo 打开 moborobo 并插入 android device.If 您的设备驱动程序不在那里它将通过 Moborobo.Then 自动安装,重新启动您的 IDE 以检测设备。

@hrskrs 也只重视答案,但有时较低级别的设备会出现此类问题。

在您的 smartphone 中 "about the phone" 中点击 "compiller number" 7 次,它会启用开发者选项,然后启用 USB 调试选项并允许 Android Studio 检测到phone

我的 Xperia L1 也有同样的问题,它适用于 ADB Driver Installer:

  • 解压并执行 ADBDriverInstaller。
  • 连接您的 phone 并启用 USB 净化,单击 ADB 驱动程序安装程序中的 "Refresh"。
  • 如果您的 phone 不在列表中,则安装了默认驱动程序(或其他),单击 "Device Manager" 搜索您的 phone,右键单击,卸载当前驱动程序。断开并连接您的 phone 并在 ADB Driver Installer 中单击 "Refresh"。
  • Select 您的 phone 在列表中并单击 "Install"。