Unity - Scripting API: JniLibs
class in Unity.Android.Gradle
/
Inherits from:Unity.Android.Gradle.BaseBlock
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.
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.
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 |
|---|---|
| UseLegacyPackaging | 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. |
Constructors
| Constructor | Description |
|---|---|
| JniLibs | Element constructor. |