Try compile with cocoonJS or webarchive (its on ouya docs)
Sent from my GT-S5360 using Tapatalk 2
I'm working on a game and plan on porting it to several platforms- one of those being the OUYA. I successfully wrapped my HTML5 game using phonegaps CLI and installed it onto my Galaxy S5 android phone without problems.
On OUYA I excitedly side-load the APK using the web upload under MAKE -> UPLOAD. On my computer I drag and drop the signed APK onto the upload grid and the OUYA begins receiving the app. The app is uploaded and says it was "installed successfully" but this is not true OUYA Engineers. I use the ES File Explorer app to locate the app in the downloads folder on OUYA. If I try to install the app from any location it simply says "Application not installed" without any further information.
Does anyone have any ideas or suggestions? I'd really like to see my game on the OUYA!
![]()
Try compile with cocoonJS or webarchive (its on ouya docs)
Sent from my GT-S5360 using Tapatalk 2
Racin-Games, creator of Sirenium ~ Forever After ~ .. come check us out here! http://www.racin-games.com
Forum Page: http://ouyaforum.com/showthread.php?...-Forever-After
If you want your game/app reviewed, let me know! I'll ReviOUYA. Will also do previews and such as well. http://reviouya.wordpress.com/
Play like me! http://ouyaforum.com/showthread.php?...imega&p=119559
OR for a more readily readable result just install it via adb.
[Blog] Progressivethink.in
[Facebook] Eldon.McGuinness
[Twitter] @EldonMcGuinness[Help me get Dropbox Space]
[Links] [OUYAME] [OUYA.Wiki]
[Apps] [On Screen Alerts] [BootyCall]
I can't give very in-depth suggestions, as I only know what I need to do to get things running, myself! So far, I've had 100% success, and luckily haven't had to deal with anything breaking.
I use the language Monkey-X, which takes my code and runs it through the default Android SDK to generate a working .apk
When I'm installing the Android SDK, i NEED to install SDK 13. This is the one that Monkey-x works with, when generating OUYA .apks
Any other SDK seems to run fine on any Android device, so I'm not sure why Monkey-X is so specific about using SDK 13 for OUYA, but.. It does...
If you can fathom how to set the SDK on your devkit, I suggest you try setting it to 13, and seeing if that helps.
Good luck!! And sorry I can't be more helpful.
Jayenkai : Making unpopular games for over two and a half decades!
From op it sounds like the game was installed on the first try using the web upload. Then trying to reinstall and replace the app is failing. I have noticed when updating some sideloaded app/games the previously installed one must be uninstalled before being able to install the new version.
You can see if it is installed on es by going to the far left icon along the top bar. Select that and it should show a bunch of stuff below including one that says apps. Click on apps and see if yours is there and if so select it to open. I've had apps/games not show up under play or make>software before and had to get to them this way. I am going off memory so could be wrong how to get to the apps view in es.
If I remember correctly you should also be able to get to app manager in es by going to tools on the left then app manager is located in the list that opens up under it.
Last edited by ajb999; 01-16-2015 at 06:15 PM.
burdbroscustomarcade.us
I have never used the web install method, but you definitely can reinstall using adb:
As long as the signatures match you are fine.Code:adb install -r com.example.app
Last edited by Eldon.McGuinness; 01-16-2015 at 05:36 PM.
[Blog] Progressivethink.in
[Facebook] Eldon.McGuinness
[Twitter] @EldonMcGuinness[Help me get Dropbox Space]
[Links] [OUYAME] [OUYA.Wiki]
[Apps] [On Screen Alerts] [BootyCall]
The web install is incredibly convenient since the placement of my OUYA renders any USB debugging a hassle to configure. The upload feature should have been my ticket so it's just a tease for developers at the moment.
@ajb999:
I looked under App Manager as you suggested and still the app was not there.
I'll try the adb options later today and give you all feedback.
Racin-Games, creator of Sirenium ~ Forever After ~ .. come check us out here! http://www.racin-games.com
Forum Page: http://ouyaforum.com/showthread.php?...-Forever-After
If you want your game/app reviewed, let me know! I'll ReviOUYA. Will also do previews and such as well. http://reviouya.wordpress.com/
Play like me! http://ouyaforum.com/showthread.php?...imega&p=119559
Has jay said...
I belive the problem is your compiler! There other alternatives! I use cocoonJS and works pretty fine
Sent from my GT-S5360 using Tapatalk 2
Bookmarks