How to Transfer....

IndieDeveloperIndieDeveloper Posts: 3Member
How do I transfer my final build for the console? I'm with a toy in unity and want to test it on my dev Ouya

Comments

  • XaakXaak Posts: 68Member
    Short version, assuming Ouya SDK unitypackage is imported:
    Window -> Open OUYA Panel

    Compile NDK, Plugin, and Java, then click Build and Run.

  • MURAinteractiveMURAinteractive Posts: 73Member
    @Xaak I have been able to get the Build and Run feature to work. How would I manually install the .apk file from just clicking build?
    Thanks for all the help!
  • XaakXaak Posts: 68Member
    Short version: adb install -r myapp.apk

    Lengthier version: http://forums.ouya.tv/discussion/comment/4455/#Comment_4455

  • JamesS237JamesS237 Posts: 38Member
    edited January 2013
    @HeliumIntStudios After the build is in APK form, make sure the ouya is the only android device connected to the PC (including emulators), and cd to the apk's directory in the terminal. Then use the command adb install .apk
    Post edited by JamesS237 on
Sign In or Register to comment.