IDE等待调试器很长时间

时间:2019-09-16 08:23:03

标签: android android-studio

我的android studio版本是3.5。我无法在android studio中调试应用。 我收到以下消息

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

1 个答案:

答案 0 :(得分:1)

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

打开cmd。

adb tcpip 5555

adb connect <your device IP address>:5555