jni
To get the method signature, we first get the .class
file of the
kotlin or java code, and then use:
javap -s /path/to/xxx.class
To get the method signature, we first get the .class
file of the
kotlin or java code, and then use:
javap -s /path/to/xxx.class