Page 1 of 1

[android] ant debug fail

Posted: Tue Aug 01, 2017 12:27 am
by Pedin
hi guys, i folow this tutorial :https://bitbucket.org/MartinFelis/love- ... _-_Windows,
when i execute ant debug e got this.
other question, after i run ndk-build whats should happend?

Re: [android] ant debug fail

Posted: Tue Aug 01, 2017 11:53 pm
by 0x25a0
ant can't find build.xml, possibly because it's not included in the version of SDK Tools you installed. Apparently this file (build.xml) and other ant related resources were removed in SDK Tools 25.3.

You could try to install a version of SDK Tools prior to 25.3. I had the same problem and that worked for me.

Links to SDK Tools 25.2.5: https://stackoverflow.com/a/42921645/3525467
Issue on BitBucket where I found those links: https://bitbucket.org/MartinFelis/love- ... ild-failed

Re: [android] ant debug fail

Posted: Wed Aug 02, 2017 2:32 am
by Pedin
Thank you man i will try, and feedback