Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

JniLibs.UseLegacyPackaging

public Unity.Android.Gradle.PropertyBoolean UseLegacyPackaging;

Description

Whether to use the legacy convention of compressing all .so files in the APK. If null, .so files will be uncompressed and page-aligned when minSdk >= 23.

For more information about the element, see Android's documentation: useLegacyPackaging element