与Android 6.0的Adb wifi连接

时间:2015-12-09 23:21:42

标签: android adb android-6.0-marshmallow adbwireless

我有一台带有Android 6.0的Nexus 6设备,没有root的库存版本。为避免使用USB电缆永久连接设备,我使用了此procedure

  1. 我通过USB线将设备连接到PC
  2. 在终端adb tcpip 5555上输入。
  3. 键入adb connect <device-ip>:5555以在wifi模式下连接。
  4. 当我尝试从Android Studio部署应用时,连接会丢失。

    我多次使用此程序和其他设备(没有Android 6),我没有问题。

    有什么想法吗?

4 个答案:

答案 0 :(得分:3)

我的Android 6.0.0设备也无法连接,但在正式升级到6.0.1之后,这个问题就解决了。

答案 1 :(得分:1)

如果您使用Windows ...(根本不需要电缆!Root用户)

Craigs auto wifi adb ..

自动连接到电脑 如果wifi被丢弃,则自动重新连接 apk包含Windows客户端 根本用户没有打字,没有脚本,同时在android盒/手机上运行应用程序!

https://play.google.com/store/apps/details?id=controller.adb.craigs.craigswifiadb

答案 2 :(得分:0)

It works for my G-TiDE V7s (Android 6.0),

I just discovered that I don't need usb cable, not even for the first time as many people think so.

Its just: (do not use usb cable at all)

adb tcpip 5555

Then

adb connect <device-ip>:5555

答案 3 :(得分:0)

输入

adb connect <device-ip>:5555

您无需在Android Studio中进行连接。它已经连接好了,只需运行项目,您的电话就会在列表中,而无需使用电缆。