Android Studio - SDK 已过时或缺少模板

Android Studio - SDK 已过时或缺少模板

问题描述:

我下载了 Android Studio,修复了 JDK 环境变量,但是当我尝试创建一个新项目时,出现错误提示

I downloaded Android Studio, fixed the JDK Environmental Variable, but when I try to create a New Project, I get an error that says

您的 Android SDK 已过期或缺少模板.请确保您使用的是 SDK 版本 22 或更高版本.

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

我在 SDK 中打开了 android.bat,但它说我已经在运行版本 22.

I opened up android.bat in the SDK but it said I was already running version 22.

还有人收到这个吗?

这只是因为您已经为 Android Developers Bundle 和 eclipse 设置了 SDK.只需在 ADT 捆绑包中打开您的 SDK 管理器并将您的 Android SDK 工具从 21.1 更新到 22,您就可以开始使用了.

It just happened because you already have your SDK setted up for Android Developers Bundle with eclipse. Simply open your SDK manager in the ADT Bundle and update you Android SDK Tools from 21.1 to 22 and you are good to go.

为我工作.