IDE 长时间等待调试器



我的安卓工作室版本是3.5。我无法在安卓工作室中调试应用程序。 我收到以下消息

Starting LLDB server: /data/data/com.example.core.app/lldb/bin/start_lldb_server.sh /data/data/com.example.core.app/lldb unix-abstract /com.example.core.app-0 platform-1568620766570.sock "lldb process:gdb-remote packets"
Failed to connect port

我尝试更换电话和电缆。

我已经安装了 lldb。

我也启用了调试

buildTypes {
debug {
debuggable true
}
release {
debuggable false
}
}

我也尝试使用以下命令重新启动 adb

adb kill-server
adb start-server

我的操作系统 ubuntu 18.04

如果您对电缆有疑问,请尝试通过 Wifi 连接您的设备。 使用 ADB->

打开 CMD。

adb tcpip 5555
adb connect <your device IP address>:5555

最新更新