FlowerMiLeLe

Results 8 comments of FlowerMiLeLe

This is my flutter configuration and mirroring。 ==== 这是我的flutter配置和镜像 ![Snip20240509_8](https://github.com/shorebirdtech/shorebird/assets/169323688/a625534d-9fa3-413e-8705-0197e2312b70) This is my flutter doctor ======== 这是我的flutter doctor ![Snip20240509_9](https://github.com/shorebirdtech/shorebird/assets/169323688/8b2bf446-0b88-4f74-ac1e-a8a007c5d358)

> [这看起来与#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. ![Snip20240529_73](https://github.com/shorebirdtech/shorebird/assets/169323688/9423e200-98e4-4bb7-9fcd-6d97a4fe7ea3)

> 你好请问你的问题解决了吗 我也遇到了同样的问题 问题解决了,是镜像的原因

这个问题目前可以使用下面的方法解决: ``` subprojects { afterEvaluate { project -> if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) { project.android { compileSdkVersion 34 buildToolsVersion "34.0.0" } } } } ``` 具体位置,如果帮到你,叫我一声活菩萨: ![Snip20240929_10](https://github.com/user-attachments/assets/ff5aad89-0218-426c-ae37-4c7caff2ebc4)

I also encountered this problem. Android14 cannot be upgraded using the r_upgrade library ========= 我也遇到了这个问题,Android14无法使用r_upgrade库进行升级