File Browser for Development?

I saw another thread on this for the consumer side, but I'm more interested in the dev side only.

I'm hitting a FileNotFoundException, but have no idea why from a deployment standpoint.  Is there a way to browse the OUYA game structure itself for me to see what was actually deployed to the device?

I see the Cardhu device on my PC, but it's basically just a bunch of empty folders.

Any advice would be appreciated, thanks.

Comments

  • hypercanestudioshypercanestudios Posts: 126Member
    You can run adb shell from the command line and then ls and cd your way through directories.  Your app will be in /data/data/com.whatever/.  You will have to run su to get super user access before browsing /data/data/.

    You'll find that browsing Cardhu on the device is a bit behind the times, there's some sort of disk access/flushing that makes Cardhu not have the latest data until a sync occurs.
  • MikewareMikeware Posts: 16Member
    Thanks for the reply, I'll check that tool out in the future.
Sign In or Register to comment.