将某Library作为一个module导入集成时,报错
Warning:The specified Android SDK Build Tools version (25.0.3) is ignored, as it is below the minimum supported version (26.0.2) for Android Gradle Plugin 3.0.1.
Android SDK Build Tools 26.0.2 will be used.
To suppress this warning, remove “buildToolsVersion ‘25.0.3’” from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
Update Build Tools version and sync project
Open File

解决方案:在LFCard module的build.gradle中删除buildToolsVersion ‘25.0.3’。
Warning:The specified Android SDK Build Tools version (25.0.3) is ignored, as it is below the minimu
最新推荐文章于 2025-03-03 14:15:20 发布
当将某Library作为module导入项目时,遇到警告提示BuildTools版本过低。本文介绍了解决这一问题的方法,即在build.gradle文件中移除特定的BuildTools版本声明,以使用Android Gradle Plugin默认的BuildTools版本。
2686

被折叠的 条评论
为什么被折叠?



