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?
相关问题
- How does the setup bootstrapper detect if prerequi
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
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.
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!!