mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Fail to attach debugger #46
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yydmay on 4/30/2021
Hi there,
I am fairly new to Android in VSCode, trying to debug my android app in VSCode, I followed instruction to setup launch file but got this message when press the debug button
Attaching to pid 9843 on device (mydevice id here) [API:26]
Attach failed: A debugger connection to pid 9843 could not be established. JDWP socket read failed. Socket closed.
Ensure any instances of Android Studio are closed and ADB is running.
I've google'd bit but wasn't able to find any solutions. any one has a clue?