Google Play 64 bit requirement and 32 bit library

Hi,

my app for Android is using a .so library which is marked as armv7 (plugin inspector). I need to add support for 64 bit devices (as per Google request).

The problem is that this library is no longer supported and there is no way for me to get source code to recompile with 64 bit support. Another issue is that this library adds a major functionality to the app, so it’s important to keep it.

I did some research and it looks like there’s no way to use 32 bit libraries (plugins) with 64 bit build. I did find some mentions of using IPC (interprocess communication), but I guess that’s way above my knowledge.

Thanks!

Bump