- OUYA Game Development by Example
- Jack Donovan
- 298字
- 2021-08-13 17:52:15
Time for action – editing PATH on Windows
Perform the following steps to edit the PATH variable on Windows:
- To edit the PATH variable on Windows, right-click on Computer and select Properties. In the left panel of the Properties window, select Advanced system settings and click on Environment Variables….
- In the new window, in the topmost table labeled User variables, look for a variable called Path or PATH. If it exists, click on Edit… and add the following code to the end. If it doesn't exist, click on New… and create a variable called
Path
with the following code in it, but omit the preliminary semicolon:C:/Development/adt-bundle-windows-x86-64/sdk/tools; C:/Development/adt-bundle-windows-x86_64/sdk/platform-tools
- Accept the changes and exit the Environment Variables window. To prepare for the next step, open the Android SDK manager by navigating to
C:\Development\adt-bundle-windows-x86_64
and runningSDK Manager.exe
.
What just happened?
The PATH variable on your computer tells your command line where to look for executable commands. Now that you've added the path to the Android SDK to your PATH variable, you can send Android commands to OUYA through the Mac OS Terminal or the Windows Command Prompt.
After adding the proper paths to your PATH variable, you opened the Android SDK manager. Now you'll use this tool to download all of the SDK packages your projects will need.
Installing packages with the Android SDK
Now that you've opened the Android SDK Manager, you'll need to tell it which packages to download so that you have everything the OUYA needs to be recognized by your system. These packages include the main tools of the SDK, the API files for the latest version of Android supported by the OUYA, and the USB driver that your computer needs in order to recognize the OUYA as an Android device.
- Windows phone 7.5 application development with F#
- 基于ARM的嵌入式系統和物聯網開發
- 電腦常見故障現場處理
- 3ds Max Speed Modeling for 3D Artists
- 分布式微服務架構:原理與實戰
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- 固態存儲:原理、架構與數據安全
- “硬”核:硬件產品成功密碼
- Wireframing Essentials
- Python Machine Learning Blueprints
- 新編電腦組裝與硬件維修從入門到精通
- 微控制器的應用
- 計算機組成技術教程
- Raspberry Pi Home Automation with Arduino
- 從企業級開發到云原生微服務:Spring Boot實戰