Unity-Android-Plugin-Example
Unity-Android-Plugin-Example copied to clipboard
${sdk.dir}/tools/ant/build.xml not exists anymore
Newest version of Android SDK has removed tools/ant/build.xml:
https://stackoverflow.com/questions/42912824/the-ant-folder-is-suddenly-missing-from-android-sdk-did-google-remove-it?answertab=active#tab-top
This causes "not found" error when compile jar.
Does this mean that Ant is not supported any more or can we just update our config and still use it?
It looks like Android has shifted towards encouraging use of Gradle much more since this project was created so maybe we should migrate to that instead.