Search Unity

What to do after you made the app.

Discussion in 'Android' started by Mr_Benn, Feb 14, 2019.

  1. Mr_Benn

    Mr_Benn

    Joined:
    Feb 14, 2019
    Posts:
    25
    Hi

    So I made an app. Now I want to test it on an android platform to start with. How do I do that? I downloaded the android tools for Unity, but I would appreciate it if someone could tell just the basic steps in simple language because I while I'm good at programming I haven't got a clue with what to do with stuff once I've made it.

    Thanks!
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    The simplest way would be to copy the apk to your phone, enable installation of apps from unknown sources in the settings menu, and then open the apk file from whatever the file manager is called on your phone to install it. There's other ways of doing it, such as directly building/running from the Unity editor as well, so see the Unity documentation for the instructions to do that.
     
    dominykasm, Mr_Benn and Kiwasi like this.