how to install sdk Android with titanium

走远了吗. 提交于 2019-11-29 18:14:34

You can do this in two ways.

Method 1

  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

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.

Method 2

It is applicable only if you have downloaded Android SDK separately.

  1. Open Titanium Studio

  2. Open preferences from Window->Preferences

  3. Select Studio->Platforms->Android (See Picture 2)

  1. Browse the path of Android SDK using the browse button

  2. Click the OK button

Do not forget to add the path of android-sdk/tools and android-sdk/platform-tools into your environment variables

Edit : You can also refer to Installing Platform SDKs

Hope this helped you!!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!