Version: 2022.3
LanguageEnglish
  • C#

AndroidExternalToolsSettings

class in UnityEditor.Android

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

A class containing properties to modify Android specific values in Edit -> Preferences... -> External Tools.

Static Properties

gradlePathPath to the Gradle which is used when building Android applications.
jdkRootPathPath to the JDK which is used when building Android applications.
keystoresDedicatedLocationPath to a location dedicated to keystores for signing Android applications.
maxJvmHeapSizeThe maximum java heap size (in megabytes) that will be used for building Android applications (min value is 128).
ndkRootPathPath to the Android NDK which is used when building Android applications.
sdkRootPathPath to the Android SDK which is used when building Android applications.
stopGradleDaemonsOnExitIf enabled, all Gradle daemons will be stopped when closing the editor.