无法在 Android Studio 中开始新项目,没有任何反应

Cant start a new project in Android Studio, nothing happens

我是 Ubuntu 和 Android 的新手,我尝试安装 Android Studio 并在这件事上取得了成功,但是当我单击“开始新项目”时没有任何反应。我尝试重新安装,但没有帮助。有什么想法吗?

编辑: 我设法使用终端手动创建项目,但在 android 工作室中我仍然无法创建项目或编辑现有项目(抛出一些 IDE 错误)

你应该更具体(屏幕截图或引用错误),所以试试这个:

In Android Studio, go to Configure -> Project Defaults -> Project Structure -> Platform Settings (SDK) choose the Android SDK, set the build target and click on apply.

成功安装 Android studio、sdk 和 jdk 后,我无法在 Android 在 windows 的 Android Studio 中打开新项目7.通过以下设置解决了这个问题, 配置 -> 项目默认值 -> 项目结构 -> 平台设置 (SDK) 选择 Android SDK >单击应用并确定。

一切顺利。请注意,您需要 jdk 1.7 才能使用 Android studio。