简体   繁体   English

无法在Titanium Studio中安装Android SDK

[英]Failed to install Android SDK in Titanium Studio

I have already installed Android 2.3.3 and also pointed the path to my Android SDK in Preferences. 我已经安装了Android 2.3.3,并在“偏好设置”中指出了我的Android SDK的路径。 But I am getting the following error: 但是我收到以下错误:

An Android SDK is missing. Titanium requires Android platform: 2.3.3 or above.

Can anyone help me? 谁能帮我?

Error mean you need to install Android 2.3.3 (API 10). 错误消息表示您需要安装Android 2.3.3(API 10)。 It's because Titanium requires API 10 to work with Android. 这是因为Titanium需要API 10才能与Android一起使用。

Try the following 尝试以下

  1. Open Titanium Studio 打开钛工作室

  2. Click on the dashboard button in your Titanium Studio 单击Titanium Studio中的仪表板按钮

  3. A new page will be opened as shown in figure 1 将会打开一个新页面,如图1所示。

方法1 4. Click on Android SDK. 4.单击Android SDK。 Here in my case, I have already configured Android SDK properly. 就我而言,这里我已经正确配置了Android SDK。 That is why the icon shows green otherwise it will display red just like Tizen SDK. 这就是图标显示绿色的原因,否则它将像Tizen SDK一样显示红色

  1. It will ask you to download the SDK. 它将要求您下载SDK。 Please select the required SDKS and download them. 请选择所需的SDKS并下载。 You can see the installed SDKs also. 您还可以看到已安装的SDK。 However try to select all the SDK which will fix your issue quickly. 但是,请尝试选择所有可快速解决问题的SDK。 Note that it will download all the SDKs so it's little time consuming. 请注意,它将下载所有SDK,因此非常节省时间。

Edit : You can also refer Install Android SDK with Titanium and Installing Platform SDKs 编辑:您也可以参考使用Titanium安装Android SDK安装平台SDK。

Hope this helped you!! 希望这对您有所帮助!!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM