boyliang/AllHookInOne

complie error

ifels opened this issue · 1 comments

怎么编译出 so库。
我用ndk-build编译时,有如下错误:
jni/JavaHook/DalvikMethodHook.cpp:1:44: fatal error: android_runtime/AndroidRuntime.h: No such file or directory

在源码环境下编译,有如下错误:
AllHookInOne/jni/JavaHook/DalvikMethodHook.cpp:257: error: undefined reference to 'dvmFindSystemClass(char const*)'

请问该如何编译出so库。

同问,想问下fatal error: android_runtime/AndroidRuntime.h: No such file or directory 这种问题如何解决呢?