关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

关于Studio在配置 SDK时提示 “Target folder is neither empty nor does it point to an existing SDK installtion.”解决方法!!!

笔者,从昨天晚上搞到现在,才搞好了Android的配置,就是卡在了Android SDK的配置上。怎么都过不去,一到选择Android SDK时候就提示“Target folder is neither empty nor does it point to an existing SDK installtion.”,这句话的意思是“目标文件夹既不是空的,也不指向现有的SDK安装”,我们的理解就是这个文件夹内有内容但是,不是Android SDK的安装目录。如下图所示就是配置不上去!!!
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

其实很简单!真的!!!就三步!
第一步,新建一个文件夹
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

第二步,用studio的打开这个文件夹,把这个文件夹当项目打开
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

去打开刚才新建的文件夹
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

大概就是这个样子
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

第三步最关键的一步,去配置项目
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

然后是这样的
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

然后点击new
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

选择Android SDK
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

然后再把我们的Android SDK Tools 整个文件夹选上,就ok了
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

确定
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

点击确定
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

然后再去检查我们是否配置到了Android SDK
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

大功告成!
关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

关于Studio在配置 SDK时提示 Target folder is neither empty nor does it point to an existing SDK installtion.

完美解决方案!