无法在Android的工作室在Mac OS创建新项目新项目、工作室、Android、OS

2023-09-06 23:13:02 作者:pamper(宠溺)

我下载了Android演播室版本0.1 for Mac和安装成应用程序。当我打开这个新工具,并尝试建立一个新的项目,它报告的错误是这样的:

  

您的Andr​​oid SDK已过期或丢失的模板。请确保您使用的SDK版本22或更高版本。

解决方案

您可以从这里下载SDK:的 http://developer.android.com/sdk/index.html

,然后进入配置→项目默认设置→项目结构→项目

MacOS 下 Android studio 3.6 新建项目并推送到GitHub上流程

添加新的SDK,并引用到SDK文件夹,你必须下载和解压之前,然后单击应用和确定。

我已经尝试过,并且进展顺利。

I downloaded the android studio version 0.1 for Mac, and installed it into Applications. When I open this new tool and try to create a new project, it report an error like this:

Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later.

解决方案

you can download the sdk from here : http://developer.android.com/sdk/index.html

And then go into Configure → Project Defaults → Project Structure → Project

Add new SDK and referencing to the SDK Folder that you have download and extract before and then click apply and ok.

I have tried it before, and going well.