Hello.
I use Visual Studio to develop Android apps. From August 1, according to Google requirements, 64-bit native libraries should be included in the APK. In Visual Studio, i can build APK-s for ARM and ARM64 separately. Is it possible to build an native application (NDK, native activity) containing ARM and ARM64 versions of .so in one APK?
p.s. I apologize if I wrote in wrong section of the forum.