A universal APK contains code and resources for all ABIs in a single APK . The default value is false . Note that this option is only available in the splits. abi block. When building multiple APKs based on screen density, Gradle always generates a universal APK that contains code and resources for all screen densities.2 Ağu 2021
Read moreWhat is enableSeparateBuildPerCPUArchitecture?
def enableSeparateBuildPerCPUArchitecture = false . and change their value to true , like this : def enableProguardInReleaseBuilds = true. def enableSeparateBuildPerCPUArchitecture = true.20 Eyl 2018
Read moreHow do you make AAB?
To create an AAB binary locally using Android Studio, open the Build menu, then choose “Generate Signed Bundle / APK.” Follow the prompts to sign the AAB with your keystore file .
Read more