简体   繁体   中英

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. 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). It's because Titanium requires API 10 to work with Android.

Try the following

  1. Open Titanium Studio

  2. Click on the dashboard button in your Titanium Studio

  3. A new page will be opened as shown in figure 1

方法1 4. Click on Android SDK. Here in my case, I have already configured Android SDK properly. That is why the icon shows green otherwise it will display red just like Tizen SDK.

  1. It will ask you to download the SDK. Please select the required SDKS and download them. You can see the installed SDKs also. However try to select all the SDK which will fix your issue quickly. Note that it will download all the SDKs so it's little time consuming.

Edit : You can also refer Install Android SDK with Titanium and Installing Platform SDKs

Hope this helped you!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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