- OUYA Game Development by Example
- Jack Donovan
- 181字
- 2021-08-13 17:52:16
Configuring the USB connection
Now is a good time to connect your OUYA to the computer and establish a connection between the two. Use a micro USB-to-USB cable to connect them together and press the power button on the top of the OUYA to turn it on.
You can verify that the device is connected by running the following three commands in succession:
android update adb adb kill-server adb devices
If the OUYA is powered on and connected, you should see it represented as a string of seemingly random characters in the device list. However, because the OUYA is a unique device, the driver information that you downloaded with the SDK manager may not have everything it needs to properly detect the OUYA when it's connected to your computer. To fix this, we'll have to manually insert an entry for OUYA into the driver file. Note that this step is only necessary if you're running a Windows operating system; if you're developing for OUYA on a Mac, this won't be an issue and your OUYA will connect without any additional configuration.
- 筆記本電腦使用、維護與故障排除實戰
- Python GUI Programming:A Complete Reference Guide
- 計算機應用與維護基礎教程
- INSTANT ForgedUI Starter
- Mastering Manga Studio 5
- Arduino BLINK Blueprints
- Intel Edison智能硬件開發指南:基于Yocto Project
- Hands-On Deep Learning for Images with TensorFlow
- Arduino項目開發:智能生活
- 計算機電路基礎(第2版)
- FPGA實戰訓練精粹
- The Deep Learning with PyTorch Workshop
- 嵌入式系統設計大學教程(第2版)
- 快·易·通:2天學會電腦組裝·系統安裝·日常維護與故障排除
- 嵌入式系統原理:基于Arm Cortex-M微控制器體系