“The specified Android SDK Build Tools version (26.0.0) is ignored…”

前端 未结 8 2132
野趣味
野趣味 2020-12-24 05:18

In Android Studio 3, I\'m seeing this issue:

The specified Android SDK Build Tools version (26.0.0) is ignored, as it is below the minimum supported

8条回答
  •  情歌与酒
    2020-12-24 05:45

    Open app/build.gradle file

    Change buildToolsVersion to buildToolsVersion "26.0.2"

    change compile 'com.android.support:appcompat to compile 'com.android.support:appcompat-v7:26.0.2'

提交回复
热议问题