mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
JDWP command failed for jni #24
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 @hyx0408 on 7/29/2022
Did this affect lldb to load the native jni library? After "System.loadlibrary("libmyjni")" run, there is no module named libmyjni.so in my lldb target. Do you know how to make lldb work with jni so?