안드로이드 ant 빌드시 cannot find tools/ant/build.xml 가 나오는 경우
결론은 android sdk 폴더내에 tools/ant/build.xml 가 없어서 발생한 문제
최신 버전은 위의 내용이 없다.
https://stackoverflow.com/questions/43648201/cannot-find-build-xml-error-building-android-sdk-sample
"Cannot find build.xml" error building Android SDK sample
The log is: BUILD FAILED /Users/xxx/sample/build.xml:114: Cannot find /Users/xxx/Library/Android/Library/Android/sdk/tools/ant/build.xml imported from /Users/xxx/sample/build.xml I can con...
stackoverflow.com
위의 내용대로 다운받아서 압축 풀어서 해결
https://dl.google.com/android/repository/tools_r25.2.5-windows.zip
https://dl.google.com/android/repository/tools_r25.2.5-macosx.zip
https://dl.google.com/android/repository/tools_r25.2.5-linux.zip
Download archive and replace tools folder of your android sdk
안드로이드의 tools 이전 버전은 어디서 받을수 있는지 못찾겠다 ㅠㅠ.. 릴리즈 노트만 존재하고... 다운로드는 어디서 받을수 있는건지... ㅠ