Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


JniLibs

The C# definition of the jniLibs element in a gradle file.
Read time 2 minutesLast updated 12 days ago

Definition

public sealed class JniLibs : BaseBlock, ICloneable

Remarks

For more information about the file, see Android's documentation: JniLibs

Constructors

Constructor

Description

JniLibs()Element constructor.

Properties

Property

Description

UseLegacyPackagingWhether 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.

Inheritance