Home > Net >  APK building failed in flutter
APK building failed in flutter

Time:12-09

I've been trying to build an apk for my app but its failing and I don't understand why this is what is shwoing

enter image description here

CodePudding user response:

Generally, for errors that seem odd like this, running flutter clean then flutter pub get in the terminal helps.

CodePudding user response:

Try add this when build your apk --no-tree-shake-icons

  • Related