Close
Advertise Here
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Hybrid View

  1. #1


    "Application not installed" -- my android game works on my Galaxy S5 but not on OUYA!

    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!


  2. #2


    Try compile with cocoonJS or webarchive (its on ouya docs)

    Sent from my GT-S5360 using Tapatalk 2

  3. #3
    OUYA Developer Kaimega's Avatar
    Join Date
    Jun 2013
    Location
    Montreal, Canada
    Posts
    4,146


    Quote Originally Posted by Maverick Peppers View Post
    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!

    I also recommend, if possible, installing it via USB (ie: usb stick or similar) as it has a (significantly) higher success rate
    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

  4. #4
    OUYA Developer Eldon.McGuinness's Avatar
    Join Date
    Oct 2013
    Location
    www.Progressivethink.in
    Posts
    1,236


    OR for a more readily readable result just install it via adb.

  5. #5
    OUYA Developer Jayenkai's Avatar
    Join Date
    Dec 2013
    Location
    Bolton, England
    Posts
    429


    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!

  6. #6
    OUYA Devotee ajb999's Avatar
    Join Date
    Apr 2014
    Location
    Idaho
    Posts
    216


    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

  7. #7
    OUYA Developer Eldon.McGuinness's Avatar
    Join Date
    Oct 2013
    Location
    www.Progressivethink.in
    Posts
    1,236


    I have never used the web install method, but you definitely can reinstall using adb:

    Code:
    adb install -r com.example.app
    As long as the signatures match you are fine.
    Last edited by Eldon.McGuinness; 01-16-2015 at 05:36 PM.

  8. #8


    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.

  9. #9
    OUYA Developer Kaimega's Avatar
    Join Date
    Jun 2013
    Location
    Montreal, Canada
    Posts
    4,146


    Quote Originally Posted by Maverick Peppers View Post
    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.
    I believe it does work for others (The online upload), I haven't had luck with it though
    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

  10. #10


    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

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •