'Getting error while running command "flutter build --release"
The android studio builds the apk perfectly with the following command : "flutter build apk" but is throwing error when I try to run "flutter build apk --release".
The following error is thrown in the terminal:
Codepoint 983896 not found in font, aborting.
FAILURE: Build failed with an exception.
* Where:
Script 'C:\flutter_windows_2.10.1-stable\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1102
* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'C:\flutter_windows_2.10.1-stable\flutter\bin\flutter.bat'' finished with non-zero exit value 1
Here is the image of the error: android studio terminal error
Note: The app is running perfectly on emulator and my physical device in debug mode and profile mode
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
