Discussions
Activity
Home
›
Games
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In with OUYA
Register
Sign In with OUYA
Sign In
Register
Categories
Recent Discussions
Activity
Participated
Unanswered
41
Categories
3.8K
All Categories
54
Announcements
646
Games
92
Bug Reporting - Games
887
General Discussion
1.3K
General Development
29
Adobe Air on OUYA
1
Adventure Game Studio on OUYA
82
Clickteam Fusion on OUYA
0
Cocos2D on OUYA
10
Construct2 on OUYA
9
Corona on OUYA
6
Custom Engine on OUYA
25
GameMaker on OUYA
2
Goo on OUYA
9
HTML5 on OUYA
2
ImpactJS on OUYA
6
Marmalade on OUYA
19
MonoGame on OUYA
9
Unreal on OUYA
1
ShiVa on OUYA
693
Unity on OUYA
1
Wave on OUYA
0
ZGameEditor on OUYA
107
Native Development
442
ODK (OUYA Developer Kit)
340
OUYA Hardware
How to Transfer....
IndieDeveloper
Posts:
3
Member
January 2013
in
Games
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
Xaak
Posts:
68
Member
January 2013
Short version, assuming Ouya SDK unitypackage is imported:
Window -> Open OUYA Panel
Compile NDK, Plugin, and Java, then click Build and Run.
MURAinteractive
Posts:
73
Member
January 2013
@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!
Xaak
Posts:
68
Member
January 2013
Short version:
adb install -r myapp.apk
Lengthier version:
http://forums.ouya.tv/discussion/comment/4455/#Comment_4455
JamesS237
Posts:
38
Member
January 2013
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
January 2013
Sign In
or
Register
to comment.
Comments
Window -> Open OUYA Panel
Compile NDK, Plugin, and Java, then click Build and Run.
Lengthier version: http://forums.ouya.tv/discussion/comment/4455/#Comment_4455