如圖,在導(dǎo)入第三方library的時(shí)候報(bào)錯(cuò)Error:The SDK Build Tools revision (17.0.0) is too low for project ':library'. Minimum required is 19.1.0。
版本編譯錯(cuò)誤,sdk的版本太低,但是buildToolsVersion 里面的版本明明是 buildToolsVersion "23.0.3"啊。這是怎么回事,應(yīng)該怎么修改。,求指導(dǎo)?。≈x謝
人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!
You should take a look at the build.gradle configuration in the library directory
You are viewing the build.gradle of the main project, just modify the build.gradle of the library