| 12345678910111213141516 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><title>This is just notes at the moment</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"><link rel="stylesheet" href="/home/travis/build/jMonkeyEngine/wiki/build/asciidoc/html5/jme3/android/twemoji-awesome.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/jme3/android/ouya.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/jme3/android/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>This is just notes at the moment</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div></div></div><div id="content"><div class="paragraph"><p>Noting down Ouya stuff, will be turned into a proper doc later.</p></div>
- <div class="paragraph"><p>Installing Ouya drivers etc:
- <a href="https://devs.ouya.tv/developers/docs/setup">https://devs.ouya.tv/developers/docs/setup</a></p></div>
- <div class="paragraph"><p>Note that you need to connect the USB to the micro USB port, not the full sized one!</p></div>
- <div class="paragraph"><p>Be aware that because the driver is unsigned it can be a real pain for windows to find it. You need to really persist until you get an android ADB Interface or similar. Windows tends to try and install it as an MTP USB Device instead - which will allow you to transfer files but not actually debug or run anything!</p></div>
- <div class="paragraph"><p>ADB Interface didn’t work, had to use USB Composite. Google gives conflicting advice on this though so no idea if different people will find different. Key thing is to make sure the Ouya appears in adb devices.</p></div>
- <div class="paragraph"><p>Some helpful advice: <a href="http://ouyaforum.com/showthread.php?1425-Tutorial-Jmonkey-and-OUYA">http://ouyaforum.com/showthread.php?1425-Tutorial-Jmonkey-and-OUYA</a></p></div>
- <div class="paragraph"><p>Need to download Ouya Dev Kit (ODK) from <a href="https://devs.ouya.tv/developers/odk">https://devs.ouya.tv/developers/odk</a></p></div>
- <div class="paragraph"><p>Add the libraries from the download into the project.</p></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2020-05-21 00:29:23 +00:00</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
- apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
- indexName: 'jmonkeyengine',
- inputSelector: '#doc-search',
- debug: false // Set debug to true if you want to inspect the dropdown
- });</script></body></html>
|