My android studio version is 3.5 .I can't debug app in android studio. I got the following message
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
I tried changing phone and cable.
I have lldb installed.
I have also debug enabled
buildTypes {
debug {
debuggable true
}
release {
debuggable false
}
}
I have also tried restarting adb with following command
adb kill-server
adb start-server
My operating system ubuntu 18.04