Android 6 中的 adb 在哪里?它被删除了吗?
Where is adb in Android 6? Is it removed?
我在手机 phone 上使用终端仿真器通过 adb(Android 调试桥)连接到其他 Android 设备。
连接命令是:
/system/bin/adb connect 192.168.179.12
这适用于 Android 5 及以下版本。但是在 Android 6 (Marshmallow) 上我得到以下错误:
java.io.IOException: No such file or directory
当我在 Android 6 phone 上浏览文件系统时,我无法在此路径中找到 adb。在较旧的 Android 版本中,我可以在这个位置找到 adb。
Google 是否从 Android 6 中删除了 adb? Android 6 台设备上的 adb 在哪里?
是的,从 android 6.0 开始,删除了 'device-on-target' 的 adb 编译。
here is my question on the subject
不知道为什么删掉了,希望不久的将来能补上它的汇编
我在手机 phone 上使用终端仿真器通过 adb(Android 调试桥)连接到其他 Android 设备。
连接命令是:
/system/bin/adb connect 192.168.179.12
这适用于 Android 5 及以下版本。但是在 Android 6 (Marshmallow) 上我得到以下错误:
java.io.IOException: No such file or directory
当我在 Android 6 phone 上浏览文件系统时,我无法在此路径中找到 adb。在较旧的 Android 版本中,我可以在这个位置找到 adb。
Google 是否从 Android 6 中删除了 adb? Android 6 台设备上的 adb 在哪里?
是的,从 android 6.0 开始,删除了 'device-on-target' 的 adb 编译。
here is my question on the subject
不知道为什么删掉了,希望不久的将来能补上它的汇编