在成功地将Eclipse-Android-Project导入到“Android Studio 1.4”后,我得到了错误

"Please select Android SDK"

当我点击按钮在模拟器中运行应用程序时,我找不到任何方法来这样做。

当我点击“run”时,这个对话框就会打开:

这是“项目结构”对话框:

我现在该怎么办?


当前回答

从Android 3.2.0开始,菜单结构和选项略有变化。我通过更改下面菜单中的模块SDK来修复这个错误:

>项目结构>模块>应用文件>依赖选项卡>模块SDK

确保点击Apply保存更改。

其他回答

我不得不将kotlin版本从1.2.41降低到1.2.31,以启用运行。 我的环境: macOS - 10.13.4 (high sierra) AS版本- 3.1.3

Source Compatibility should be selected as the minimum Android Version that your app should be compatible with(usually selected as SDK 15), Target Compatibility should be selected as the newest Android Version that your app should be compatible with(SDK 23). Afterwards you want to check your AndroidMenifest and your gradle.build to see if its realy set to the properties selected if not you can just add it manually. and ofcourse you should check the SDK Location is actually pointing to your android studio SDK folder (if you are importing from Eclipse then you should point to your Eclipse SDK folder).

只需进入(应用程序级别)构建。gradle文件,给一个空白的地方,然后点击同步,一旦gradle显示同步完成,那么错误将会消失

您必须从项目设置中选择生成工具版本。

选择项目App文件夹 按F4或右键单击项目应用程序 文件夹和打开模块设置在属性选项卡选择构建 工具版本列表

这将在我这边工作,我希望它能帮助你。

对于那些遇到此问题的人,我建议您进行一次干净安装(删除以前安装的任何现有设置和文件)。不要浪费时间解决问题。我正在搜索android studio 3.6.3的答案,没有结果。