artyomd

Results 6 comments of artyomd

@philippb Thanks for your response. So there are 2 ways of loading native libraries, the first one is with System.loadLibrary providing a library name, and the second one with System.load...

@benjamin-bader What do you mean by saying disallow? I don't think that android will remove or deprecate System.load method. Btw, ReLinker currently relies on System.load. In the other side, there...

@benjamin-bader Thanks for your response. It will be banned in the future or not, currently does not matter, but it is a common use case and ReLinker can address that.

Please take a look at `injector-android-example` project and if something is not working pls provide detailed information about it and steps to reproduce

@beasonshu can you provide a minimal project for reproducing this issue?

I just stumbled into this problem and I think I found a very simple solution. `IMGUI_IMPL_VULKAN_NO_PROTOTYPES` this definition enables `VK_NO_PROTOTYPES` for the vulkan.h include of imgui. (Obviously, you can add...