Hi,
I'm building for Android using the Visionaire Android export (Gradle / vsplayer project). Recent exports appear to include only arm64-v8a native libraries under jniLibs/arm64-v8a/.
I need to support devices that run 32-bit Android (armeabi-v7a) — for example older tablets that never received a 64-bit OS update, even though the hardware is 64-bit capable.
Does Visionaire still support armeabi-v7a Android builds?
If yes, is there an export setting, a separate Android player package, or documentation for obtaining the 32-bit .so files?
If 32-bit is no longer exported by default, are legacy armeabi-v7a player libraries still available for developers who need them?
I already ship arm64-v8a and meet Google Play's 64-bit requirement — I'm only looking to add 32-bit support alongside it for older devices.
Any guidance or links would be appreciated.
Thanks.