How do I install an APK on the OUYA console?
I've tried copying the APK to a USB HDD, but the OUYA console fails to recognize the USB HDD.
I've tried copying the APK to the OUYA console internal storage via USB connection with a Windows PC. I can copy the file to various folders, but I cannot make it appear anywhere where I can get it to install.
HELP!
Comments
Still I would like to know:
a) How do I get a USB HDD to work with the console?
b) Can I install an APK directly from a USB HDD?
c) Can I install an APK copied to Internal Storage?
Does copying to the Downloads folder not work? You can access it from the launcher under Devs I believe.
a) How do I get a USB HDD to work with the console?
b) Can I install an APK directly from a USB HDD?
c) Can I install an APK copied to Internal Storage?
Try uploading your apk somewhere, downloading it on your OUYA using the browser then launching from the Downloads app :P
So what I learned in 24 hours fighting this:
1. You need a signed APK to install it.
2. You can download an APK from DropBox and install it.
3. You can copy an APK to the Internal Storage via USB, but you can't seem to install it.
So the best path is always to install the Google USB driver and use their tools to deploy and install.
Then, I exported my APK and blasted it on with "adb install -r" (no emulator was running, so I didn't have to select the device).
The correct adb procedure:
1/ Install Java 6-32bit: http://www.oracle.com/technetwork/java/javase/downloads/jdk6u38-downloads-1877406.html
2/ download Android SDK Manager: http://developer.android.com/sdk/index.html
3/ Install & Run the mgr; equip API 16 as per OUYA manual, also the USB driver in "Extras"
4/ locate+copy these 3 files in: android-sdk/platform-tools: adb.exe, adbWinApi.dll, adbWinUSBApi.dll
6/ Connect OUYA with Micro USB lead; make sure drivers install, if not google: "galaxy s3 drivers"
7/ Shift+RightClick in this folder -> "Open command window here"
8/ *Make sure no emulators or androids besides OUYA* Type "adb install -r myapp.apk" [enter]
*replace myapp.apk with your app name, don't include the quotation marks
Your app will appear in Devs -> Software menu on your OUYA
I put my APK directory in C:\Android\APKs\ - The reason why this is recommended is it will speed up installs: just dump .apk in the folder and run the command prompt here! If the .apk were in a different folder to adb you would otherwise have to type (longer) full path names, and also having no spaces means you wont bump into problems later on if you need to rebuild as signed etc
TRUST ME ON THE NO SPACES THING!!! Java flips out if there are spaces, as do a lot of dev-tools
-=Hicsy=-
PM me Facebook
-=Hicsy=-
PM me Facebook
@Ouya Support Team - I don't understand why Ouya is not supporting install of APK's that are downloaded via the browser and siting in the "Download History" list. All my other Android devices support this and this would be a more convenient approach to quickly move files to Ouya. Then I could simply email myself a APK an then download it.
-=Hicsy=-
PM me Facebook
Glad to see you got it working. I see a lot of people resorting to other methods to download and install APK's when the built-in menus will do the job. No need to use USB or other tools. You can also delete files from the storage menu by checking the checkbox next to the item and selecting the trash can icon.