Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 3.1.4 : ANDROID_SDK_HOME is set to the root of your SDK

Error: SDK Validation ANDROID_SDK_HOME is set to the root of your SDK: C:\Users\Ali Asadullah\AppData\Local\Android\sdk This is the path of the preference folder expected by the Android tools.It should NOT be set to the same as the root of your SDK. Please set it to a different folder or do not set it at all.If this is not set we default to: C:\Users\ I have updated to all the new updates. But still the issue is there. Error: Android Studio 3.1.4

like image 584
Ali Shah Avatar asked Sep 01 '18 07:09

Ali Shah


1 Answers

In android studio the ANDROID_SDK_HOME environment variable is deprecated,just delete it.

please open "project structure" (press ctrl+shift+alt+s in windows) and set as below fig shown: enter image description here

like image 166
navylover Avatar answered Oct 14 '22 14:10

navylover