How to transform a "Unity5 Project" into apk, for Android

1

I'm following YouTube lessons on developing games with Unity5. After creating a project on Unity5, I would like to convert it to apk and test it on a mobile phone, but in the middle of the conversion, an error occurs, asking all the time to save to a folder. And even after choosing the folder, it still asks for a place to save. Anyway, I wonder if you need to have some other program installed to convert it. If so, which programs do I have to install?

    
asked by anonymous 15.01.2017 / 02:32

1 answer

1

In the same unit you can export to android creating an APK, however you need to install some more things, such as the oracle JDK and android SDK

I did a tutorial here link

    
05.12.2017 / 14:58