Stay organized with collections
Save and categorize content based on your preferences.
AbiSplit
interface AbiSplit : Split
DSL object for configuring per-abi splits options.
See FULL_APK Splits.
Summary
Public properties |
Boolean |
Whether to create an FULL_APK with all available ABIs.
|
Public properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# AbiSplit\n========\n\n\n```\ninterface AbiSplit : Split\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDSL object for configuring per-abi splits options.\n\nSee [FULL_APK Splits](https://developer.android.com/studio/build/configure-apk-splits.html).\n\nSummary\n-------\n\n| ### Public properties ||\n|------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [isUniversalApk](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/AbiSplit#isUniversalApk()) Whether to create an FULL_APK with all available ABIs. |\n\n| ### Inherited functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.dsl.Split](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/Split) |------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [exclude](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/Split#exclude(kotlin.Array))`(vararg excludes: `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`)` Excludes some values | | [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [include](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/Split#include(kotlin.Array))`(vararg includes: `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`)` Includes some values | | [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [reset](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/Split#reset())`()` Resets the list of included split configuration. | |\n\n| ### Inherited properties ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [com.android.build.api.dsl.Split](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/Split) |------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------| | [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [isEnable](/reference/tools/gradle-api/8.2/com/android/build/api/dsl/Split#isEnable()) Whether to split in this dimension. | |\n\nPublic properties\n-----------------\n\n### isUniversalApk\n\n```\nvar isUniversalApk: Boolean\n```\n\nWhether to create an FULL_APK with all available ABIs."]]