How do i put my android game in my cel phone?

Hi guys,

I am still learning unity, developing a android game. Everything worked fine, i went to build settings, clicked to build my game, and now i have a .apk file.

So, what i do now to put this game im my sansung galaxy? is the game ready? is there anything else i need to do?

Thanks :smiley:

well if your comp recognizes your phone you can make an android build with your phone plugged in (reset unity when you plug it in) and it will push it directly to your phone (i think you need to have debugging in the developer options on your phone turned on)

alternatively you can get a file manager app on your phone like Astro File Manager and then put the .apk on your phone and browse to it and install it

Hi,

.apk file is your ready game package. You can deploy it to your device either manually, or by clicking “Build and Run” in the Build settings.
You also have to do some setup on the device side (enable USB debugging).

Please refer to Unity - Manual: Publishing Builds for more details (Android section).

Feel free to ask questions if you still have any issues.

thank you guys, you really helped me ;D