It looks like you're new here. If you want to get involved, click one of these buttons!
Dear developer
I receive my ouya devs and I try start develop some game and app for it but when i connect it to my pc (Windows 7 64 & win XP) my computer cant install driver of it and i have "cardhu" driver under other devices on device manager with problem flag. so when run “adb devices” no device listed and no log show on logcat of eclipse.
Do you have any idea? How do you install your ouya and debug your game and app?
Thanks
Comments
There are a bunch of other topics on the same subject as well on the forums
Website
In short, you'll need the following line in /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0666", GROUP="plugdev"