Error:The SDK Build Tools revision (23.0.3) is too low for project ':app'. Minimum required is 25.0.
程序员文章站
2022-05-25 12:21:48
error:the sdk build tools revision (23.0.3) is too low for project ':app'. minimum required...
error:the sdk build tools revision (23.0.3) is too low for project ':app'. minimum required is 25.0.0
android 27.0.1找不到
原因如下:
在你的appgradle中:
compile 'com.github.promeg:tinypinyin:2.0.3' //数据库 compile 'org.greenrobot:greendao:3.2.0' // add library //facebook sdk compile 'com.facebook.android:facebook-android-sdk:4.+' // firebase 核心库 compile 'com.google.firebase:firebase-core:10.0.1'
+
细心地查看有没有引入jia包采用+号的。