How do I solve this problem Codepoint 984420 not found in font, aborting?

283 Views Asked by At

I was trying to build appbundle or apk and it shows:

Codepoint 984420 not found in font, aborting.



FAILURE: Build failed with an exception.

* Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1102

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get 
more log output. Run with --scan to get
full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 59s
Running Gradle task 'bundleRelease'...                            120.1s
Gradle task bundleRelease failed with exit code 1

I already tried flutter clean and then flutter build appbundle

0

There are 0 best solutions below