- Unity Virtual Reality Projects
- Jonathan Linowes
- 176字
- 2021-06-25 21:58:31
Installing Android SDK
You also need to install the Android SDK. Specifically, you need the Android SDK Manager. This is available by itself as a command-line tool or part of the full Android Studio IDE. If you can afford the disk space I recommend just installing Android Studio, as it provides a nice graphical interface for SDK Manager.
To install Android Studio IDE, go to https://developer.android.com/studio/install.html and click Download Android Studio. When the download is done, open it and follow the installation instructions.
You will be prompted for the locations of the Android Studio IDE and the SDK. You can accept the default locations or change them. Please make a note of the SDK path location; you will need to tell Unity this information in a later step:
Personally, I have more room on my D: drive so I installed the app into D:\Programs\Android\Android Studio. And I like to keep the SDK near the Android Studio program files, as it's easier to find again that way, so I change the Android SDK Installation Location to D:\Programs\Android\sdk.
- C語言程序設計(第3版)
- Python爬蟲開發:從入門到實戰(微課版)
- Learning ArcGIS Pro 2
- ASP.NET 3.5程序設計與項目實踐
- MySQL數據庫基礎實例教程(微課版)
- Modern JavaScript Applications
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Elasticsearch Essentials
- Arduino Wearable Projects
- Java EE Web應用開發基礎
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Mastering SciPy
- Java Hibernate Cookbook
- Flink入門與實戰