- 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.
- 顯卡維修知識精解
- Augmented Reality with Kinect
- Unity 5.x Game Development Blueprints
- 數(shù)字邏輯(第3版)
- Learning Game Physics with Bullet Physics and OpenGL
- 微軟互聯(lián)網(wǎng)信息服務(wù)(IIS)最佳實(shí)踐 (微軟技術(shù)開發(fā)者叢書)
- Practical Machine Learning with R
- Blender Quick Start Guide
- Hands-On Artificial Intelligence for Banking
- Blender Game Engine:Beginner's Guide
- 電腦組裝與維護(hù)即時(shí)通
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- Arduino項(xiàng)目開發(fā):智能生活
- Raspberry Pi Home Automation with Arduino
- 創(chuàng)客電子:Arduino和Raspberry Pi智能制作項(xiàng)目精選