A 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. |