Skip to content

Instantly share code, notes, and snippets.

splits {
abi {
// Enables building multiple APKs per ABI only when build with property
enable project.hasProperty('splitApks')
reset()
// Resets the list of ABIs that Gradle should create APKs for to none.
// Specifies a list of ABIs that Gradle should create APKs for.
      include "armeabi-v7a", "arm64-v8a", "x86"