class in UnityEditor.Android
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.
CloseFor 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.
CloseA class containing properties to modify Android specific values in Edit -> Preferences... -> External Tools.
gradlePath | Path to the Gradle which is used when building Android applications. |
jdkRootPath | Path to the JDK which is used when building Android applications. |
keystoresDedicatedLocation | Path to a location dedicated to keystores for signing Android applications. |
maxJvmHeapSize | The maximum java heap size (in megabytes) that will be used for building Android applications (min value is 128). |
ndkRootPath | Path to the Android NDK which is used when building Android applications. |
sdkRootPath | Path to the Android SDK which is used when building Android applications. |
stopGradleDaemonsOnExit | If enabled, all Gradle daemons will be stopped when closing the editor. |