I have an android app that has .so files in 32-bit architecture. I don't have native code for 2 .so files. I got some issues over my app so I have edited and tried to update in play store. I get some error messages that I can't upload due to unsupported 64-bit architecture.so from getting all possible solutions. I did one major mistake like I have copied some files from 32-bit architecture and placed into 64 bit in libs. successfully I uploaded into play store. but it's reaching to 64-bit architecture for devices when I run and I get an error like "it doesn't have 64-bit code".
I cant generate .so file from native code because of missing files.
I try to retain my old apk but that's not possible of my mistaken new update in store.
is it possible to force an application to run 32-bit architecture for 64-bit devices with acceptance of the latest policy rules from google?