simplezhli / flutter_deer

🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practice project.
https://simplezhli.github.io/flutter_deer/
Apache License 2.0
7.98k stars 1.66k forks source link

flutter build apk 提示android sdk版本低 #202

Closed fuzhenfeng closed 2 years ago

fuzhenfeng commented 2 years ago

运行环境

具体问题描述

执行 flutter build apk 后异常

问题截图

异常日志

compileSdkVersion 29 targetSdkVersion 29 改成 compileSdkVersion 31 targetSdkVersion 31 不知道这样对不对?

simplezhli commented 2 years ago

大兄弟,先拉取最新代码试一下。如果还有问题,再反馈。没必要一个异常就开一个issue吧。

fuzhenfeng commented 2 years ago

确实是代码旧了,重新拉了一个就可以了。