Unity - Scripting API: JniLibs

class in Unity.Android.Gradle

/

Inherits from:Unity.Android.Gradle.BaseBlock

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The C# definition of the jniLibs element in a gradle file.

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

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.

Constructors

Constructor Description
JniLibsElement constructor.

Inherited Members