- 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.
- 零點起飛學(xué)Xilinx FPG
- 電腦維護(hù)與故障排除傻瓜書(Windows 10適用)
- 辦公通信設(shè)備維修
- 硬件產(chǎn)品經(jīng)理成長手記(全彩)
- The Applied AI and Natural Language Processing Workshop
- INSTANT ForgedUI Starter
- OpenGL Game Development By Example
- BeagleBone Robotic Projects
- 基于Proteus仿真的51單片機(jī)應(yīng)用
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)
- 微控制器的應(yīng)用
- Learning Less.js
- 筆記本電腦的結(jié)構(gòu)、原理與維修
- The Machine Learning Workshop
- 快·易·通:2天學(xué)會電腦組裝·系統(tǒng)安裝·日常維護(hù)與故障排除