如果我使用低于 targetSdkVersion 的 buildToolsVersion 会发生什么情况
作者:htafoya 提问时间:9/28/2023
我最近注意到 gradle 设置具有以下配置: android { buildToolsVersion = 30.0.2 defaultConfig { minSDk = 33 targe...
targetsdkversion 问答列表
作者:htafoya 提问时间:9/28/2023
我最近注意到 gradle 设置具有以下配置: android { buildToolsVersion = 30.0.2 defaultConfig { minSDk = 33 targe...