flutter-thrio / flutter_thrio

flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
MIT License
363 stars 49 forks source link

example项目无法正常打包成Android apk #31

Closed guoshun0804 closed 3 years ago

guoshun0804 commented 3 years ago

debug模式下可以正常运行,但是当使用build/Flutter APK时则无法正确打包,报如下问题:


FAILURE: Build failed with an exception.

BUILD FAILED in 11s

Running Gradle task 'assembleRelease'... 12.5s Gradle task assembleRelease failed with exit code 1 Process finished with exit code 1

guoshun0804 commented 3 years ago

在stackflow找到了方法,应该是flutter版本不匹配的问题 调用 flutter upgrade -f 就好啦