提高compileSdkVersion版本。

huangapple go评论61阅读模式
英文:

bumping the compileSdkVersion

问题

只运行我的程序
我希望我的程序正常运行

英文:

enter image description here

Just running my program
I want my program to run normally

答案1

得分: 1

按照提到的路径并按如下方式更改设置:

android {
    compileSdkVersion 33
}
英文:

follow the path which is mentioned and change the settings as follows

android {
    compileSdkVersion 33
}

huangapple
  • 本文由 发表于 2023年2月6日 10:48:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/75356937.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定