what is different between ANDROID_HOME & ANDROID_SDK_HOME
问题 I have 2 directory that look same, ANDROID_HOME=C:\Android\sdk ANDROID_SDK_HOME=C:\Users[user]\AppData\Local\Android\Sdk whats the different? can I set it in one dir? 回答1: Based on the documentation: ANDROID_HOME ANDROID_HOME , points to the SDK installation directory. This has been deprecated, use ANDROID_SDK_ROOT instead. If you continue to use it, the following rules apply: If ANDROID_HOME is defined and contains a valid SDK installation, its value is used instead of the value in ANDROID