Hi there, I’m trying to build for Android, but it gives me the error: “SDK build Tools version 20 < 23”
It gives me the option to update, but that’s useless,
Things I tried to do to fix this:
Downloaded the sdk version 23 API using the SDK manager.
Made sure Unity knew the correct path to the Android SDK.
I don’t know what else to do.
My unity version is 5.5.0f3
Edit: I tried to just hit: “Continue”, but now it says: “Moving file failed”
Moving Temp/StagingArea/Data to Temp/StagingArea\assets\bin\Data: Access is Denied.
I’m running Unity as administrator.
I tried doing a “build and run” with a device connected, it tells me I need to name the bundle:
com.companyname.productname, so I do that, and it still gives me the error.
Has anyone succeeded at building for Android in Unity 5.5?