failed
-
error: failed to find Build Tools revision 23.0.0 rc3 / 안드로이드스튜디오IT&개발/안드로이드 2015. 8. 23. 21:40
갑자기 error: failed to find Build Tools revision 23.0.0 rc3 오류가 났다. 인터넷을 뒤벼보니 gradle에서 새로이 세팅하라고 한다. 나는 gradle Scripts 에 있는 build.gradle(Module.app)에 있는 compileSdkVersion 22 buildToolsVersion '23.0.0' 를 암만 고쳐봐야 소용이 없었다. 그래서 File -> Project Structure 에 들어가서 다음과 같이 설정한 뒤에 확인을 누르니 해결되었다. 참조 : http://stackoverflow.com/questions/32111579/errorfailed-to-find-build-tools-revision-23-0-0-rc3