Build flutter apk failed for version ^0.9.3+8 #5156
Unanswered
wahyu-handayani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using firebase_ml_vision with the version ^0.9.3+8, and trying to do
flutter build apk
but getting failed and here is the logI have been trying to upgrade the version of firebase_ml_vision to 0.10.0 and when I start to build the apk it needs
so I add firebase_core: ^0.7.0 to my yaml file and use
targetSdkVersion 29
,classpath 'com.android.tools.build:gradle:3.5.0'
, anddistributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
but I still failed to build apk, is there a way to solve this?Beta Was this translation helpful? Give feedback.
All reactions