I download the last version of titanium but I can't add sdk Android , how do that I download sdk but the problem still here (Althoug I download sdk, the window shows an message that an it can't find the sdk) I read one sentence which maybe the solutioin of this problem the sentence is : "For Studio 3.2.0 and prior, to setup the platform SDKs, use the Studio Dashboard view as described in the Legacy Setup". Maybe I have to use Studio Dashboard for add sdk . Please can anyone help?
问题:
回答1:
You can do this in two ways.
Method 1
Open Titanium Studio
Click on the dashboard button in your Titanium Studio
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.
- 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.
Open Titanium Studio
Open preferences from Window->Preferences
Select Studio->Platforms->Android (See Picture 2)
Browse the path of Android SDK using the browse button
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!!