Please specify Android SDK for AndroidStudio错误提示

有时候升级过AndroidStudio后会出现这种提示。

原因是因为你的项目所使用的SDK路径错误导致的,这时候你没有办法 Rebuild Project 也没有办法测试程序。需要更改你的项目的SDK路径。

方法如下:

File -> Project Structure -> SDKs 将Android SDK home path改为正确的路径即可。

(完)

你可能感兴趣的:(android,androidstudio)