Where is adb in Android 6? Is it removed?

♀尐吖头ヾ 提交于 2019-12-22 07:05:06

问题


I use a terminal emulator on my mobile phone to connect to other Android devices via adb (Android Debug Bridge).

The connect command is:

/system/bin/adb connect 192.168.179.12

This works fine on Android 5 and below versions. But on Android 6 (Marshmallow) I get the following error:

java.io.IOException: No such file or directory

When I browse the file system on my Android 6 phone I cannot find adb at this path. On older Android versions I can find adb at this location.

Did Google remove adb from Android 6 ? Where is adb on Android 6 devices?


回答1:


Yes, as of android 6.0, the compilation of adb for 'device-on-target' was removed.
here is my question on the subject
Don't know why it was removed, but i hope that in the near future they will add the compilation of it.



来源:https://stackoverflow.com/questions/33449039/where-is-adb-in-android-6-is-it-removed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!