Relative Content

Tag Archive for javaandroidkotlinandroid-studiobuild.gradle

arm64-v8a and armeabi-v7a both architecture not run on a single application?

I have encountered an issue where armeabi-v7a and arm64-v8a SDKs cannot run simultaneously in my application. This is due to some SDKs having .so files optimized for armeabi-v7a and others specifically for arm64-v8a. How can I configure my build.gradle file to manage both architectures effectively and run them simultaneously?

arm64-v8a and armeabi-v7a bot architecture not run on a single application?

I have encountered an issue where armeabi-v7a and arm64-v8a SDKs cannot run simultaneously in my application. This is due to some SDKs having .so files optimized for armeabi-v7a and others specifically for arm64-v8a. How can I configure my build.gradle file to manage both architectures effectively and run them simultaneously?