I build an android app which uses a 32- bit Native library "library.so" which I don't have its source code The app is working well for both 32-bit and 64-bit but the problem that I can't upload the app on Google play it shows the following error:
So I tried to add arm64 support in the app.. And copied the 32 version of library to armv8-a directory. bit when I load the library it shows:
library.so is 32-bit instead of 64-bit
Is there any solution to upload the app on google play or convert the library to 64-bit or even to get the source of library.so so I can optimize it for 64-bit