FlowerMiLeLe
FlowerMiLeLe
This is my flutter configuration and mirroring。 ==== 这是我的flutter配置和镜像  This is my flutter doctor ======== 这是我的flutter doctor 
> [这看起来与#1938](https://github.com/shorebirdtech/shorebird/issues/1938)和可能#1944非常相似[](https://github.com/shorebirdtech/shorebird/issues/1944) Ok, I looked at the Big Guy you have to recommend link, but I still don't know how to solve this problem. ======== 好的,我看了下大佬你得推荐链接,但我仍然不知道该怎么解决这个问题。
> 你好请问你的问题解决了吗我也遇到了同样的问题 我还没解决这个问题,我现在只是在学习这个库,还没有投入到正式项目中 ==== I haven't solved the problem yet, I'm just learning about the library and haven't put it into a formal project yet
哈哈哈哈,问题解决了,是镜像的原因!和shorbird库没有问题。 ======== Ha ha ha, problem solved, it's the mirror! No problem with shorbird library. 
> 你好请问你的问题解决了吗 我也遇到了同样的问题 问题解决了,是镜像的原因
升级到5.2.2就可以了
这个问题目前可以使用下面的方法解决: ``` subprojects { afterEvaluate { project -> if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) { project.android { compileSdkVersion 34 buildToolsVersion "34.0.0" } } } } ``` 具体位置,如果帮到你,叫我一声活菩萨: 
I also encountered this problem. Android14 cannot be upgraded using the r_upgrade library ========= 我也遇到了这个问题,Android14无法使用r_upgrade库进行升级