Android Studio更新后出现Error:Cause: failed to find target with hash string 'android-23' 错误

【Android Studio更新后出现Error:Cause: failed to find target with hash string 'android-23' 错误】今天使用更新了android Studio,更新过程中一切顺利,谁知更新完成后原来的项目一片错误,提示failed to find target with hash string ‘android-23’ 。
后来经过网上查找资料后,发现问题出在sdk的目录(我的默认是在C盘)C:\Users\Administrator\AppData\Local\Android\sdk\temp这个文件夹上。
Android Studio更新后出现Error:Cause: failed to find target with hash string 'android-23' 错误
文章图片

原因是Android Studio安装程序在安装完成之后会将temp这个目录设为只读状态,导致更新SDK的时候写入temp目录出错。其实当初更新的时候是有提示的,只不过本人一时大意,以为一直默认就可以了,没有仔细看。
解决的方法是:右键点击temp文件夹,选择属性,将“只读”选项的勾选状态去掉后就可以了。然后重启Android Studio,重启后会自动再写入的,这时就可以了。
Android Studio更新后出现Error:Cause: failed to find target with hash string 'android-23' 错误
文章图片

当重启后Android Studio可以正常使用后,再看temp文件夹的属性你会发现只读属性又会被自动勾选,但是已经没关系了,下次更新记得去掉勾选就可以了。

    推荐阅读