Replies: 1 comment
-
Close Android Studio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting aborted when using the 'all' command, runs perfectly until 'Establish Java Debug Wire Protocol Connection over ADB...' where it aborts. The issue is in
async with jdwplib.JDWPClient("127.0.0.1", local_port) as client:
it's saying0 bytes received out of 14 expected
when I add a try catch to print the error.No idea what's causing the issue, just a month ago it worked perfectly on another app, what could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions