There's some setup in the AndroidManifest.xml you'll have to do and you'll need the Ouya SDK in your application as well. To install/uninstall applications, you will need to use the Android Debug Bridge (ADB). The commands are:
adb install pathToAPKFileHere
adb uninstall applicationIdentifier
The application identifier is that com.mycompany.whatever that you set. I highly suggest you read the documentation here. It tells you how to do all this.
Do applications have to be ported to work on the Ouya, or can I just install Android applications? If so how do i do it?
For now, you can install non-Ouya .apk files via adb. There is no need to mess with the AndroidManifest.xml for non-Ouya applications. I'm not sure how long the option will be available. I hope forever! When you have your device connect via adb just type 'adb install myAppName.apk'. These applications will not show up in the Games menu, but under Software in the Dev menu.
Do applications have to be ported to work on the Ouya, or can I just install Android applications? If so how do i do it?
For now, you can install non-Ouya .apk files via adb. There is no need to mess with the AndroidManifest.xml for non-Ouya applications. I'm not sure how long the option will be available. I hope forever! When you have your device connect via adb just type 'adb install myAppName.apk'. These applications will not show up in the Games menu, but under Software in the Dev menu.
I'm watching Netflix on the Ouya right now. :)
Good luck!
Thats sounds great. I'll have to try it. Would you mind making a guide for it? I am in the business end of it and not a programmer so It would be great to try it.
Thats sounds great. I'll have to try it. Would you mind making a guide for it? I am in the business end of it and not a programmer so It would be great to try it.
As gribbly said the answers you need are here. Work through odk setup, and you will have the skills you need to load android apks. Basically, install the Android SDK, set PATH variables, and use adb to install apps from the command line. Keep in mind that due to the different input device and the plethora of Android hardware configurations; not all apps will run, or may deliver a sub-par experience without some work.
Do applications have to be ported to work on the Ouya, or can I just install Android applications? If so how do i do it?
For now, you can install non-Ouya .apk files via adb. There is no need to mess with the AndroidManifest.xml for non-Ouya applications. I'm not sure how long the option will be available. I hope forever! When you have your device connect via adb just type 'adb install myAppName.apk'. These applications will not show up in the Games menu, but under Software in the Dev menu.
I'm watching Netflix on the Ouya right now. :)
Good luck!
Thats sounds great. I'll have to try it. Would you mind making a guide for it? I am in the business end of it and not a programmer so It would be great to try it.
No, I don't mind. Started on a document this evening. Going to have to call it quits for the night, though. It should be up tomorrow, January 5th, sometime.
Understand that this guide, more than likely, contains errors. I take no responsibility for any problems you encounter. You assume full responsibility for the safe use of your device(s) in conjunction with this guide. Good luck! :D
Feel free to share this pdf with anyone. No attribution is required, but a link back to this thread might be helpful. If you have any problems or corrections feel free to let me know. I will try to keep the document updated as much as possible. Check back with this thread for updates.
Do applications have to be ported to work on the Ouya, or can I just install Android applications? If so how do i do it?
For now, you can install non-Ouya .apk files via adb. There is no need to mess with the AndroidManifest.xml for non-Ouya applications. I'm not sure how long the option will be available. I hope forever! When you have your device connect via adb just type 'adb install myAppName.apk'. These applications will not show up in the Games menu, but under Software in the Dev menu.
I'm watching Netflix on the Ouya right now. :)
Good luck!
Hay :) New to forum.
Can you rewind and fastforward on netflix cant get that to work.
Thanks for anserw, Loves that Almost every App work on ouya xD
Comments
adb install pathToAPKFileHere
adb uninstall applicationIdentifier
The application identifier is that com.mycompany.whatever that you set. I highly suggest you read the documentation here. It tells you how to do all this.
I hope I've helped
-MC
https://devs.ouya.tv/developers/docs/setup
The iap-sample-app has a detailed README that walks you through how to do it (I was able to get it working with no prior Android experience).
I'm watching Netflix on the Ouya right now. :)
Good luck!
Thats sounds great. I'll have to try it. Would you mind making a guide for it? I am in the business end of it and not a programmer so It would be great to try it.
No, I don't mind. Started on a document this evening. Going to have to call it quits for the night, though. It should be up tomorrow, January 5th, sometime.
Hay :) New to forum.
Can you rewind and fastforward on netflix cant get that to work.