This version of Unity is unsupported.

AndroidExternalToolsSettings

class in UnityEditor.Android

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.