Unity-Android-Plugin-Example icon indicating copy to clipboard operation
Unity-Android-Plugin-Example copied to clipboard

${sdk.dir}/tools/ant/build.xml not exists anymore

Open sweatyc opened this issue 8 years ago • 1 comments

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.

sweatyc avatar Dec 20 '17 06:12 sweatyc

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.

RoryDungan avatar Jan 07 '18 13:01 RoryDungan