After following the instructions I found here: Building your Unity game to an Android device for testing
I installed Java JDK and Android Studio and pointed Unity to the tools directory that contains the Android SDK.
The Problem
However when I compiled for Android I kept getting the following messages:
"Android SDK is outdated" and "sdk tools version 23 < 24".
Unity then asked me if I wanted to update and after replying "yes" it went off, looped around a bit and then came back with same messages.
The Solution
All that was needed was for Unity to be running in Administrator mode.
Once in Administrator mode Unity managed to download what it needed and continue compiling.
No comments:
Post a Comment