当前位置:网站首页>Codepoint 58880 not found in font, aborting. flutter build apk时报错
Codepoint 58880 not found in font, aborting. flutter build apk时报错
2022-07-26 10:39:00 【Flutter萌新学院】
You are building a fat APK that includes binaries for android-arm, android-arm64, android-x64.
If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APK to reduce the APK size. To generate an app bundle, run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64 Learn more on: https://developer.android.com/guide/app-bundle To split the APKs per ABI, run: flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split Codepoint 58880 not found in font, aborting. FAILURE: Build failed with an exception. * Where: Script '/Users/wds/Library/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 904 * What went wrong: Execution failed for task ':app:compileFlutterBuildRelease'. > Process 'command '/Users/wds/Library/flutter/bin/flutter'' 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 8s
解决办法
添加链接描述
去除pubspec.yml下的字体

边栏推荐
- Phase 4: one of College Students' vocational skills preparation in advance
- 点击el-dropdown-item/@click.native
- Some web APIs you don't know
- Problems encountered in QRcode QR code (C language)
- 在神州IV开发板上为STemWin 5.22加入触屏驱动
- [leetcode daily question 2021/2/13]448. Find all the missing numbers in the array
- 控制随机抽中几率 [ C# | Random ]
- [leetcode daily question 2021/4/23]368. Maximum divisible subset
- .NET 开源框架在工业生产中的应用
- [leetcode每日一题2021/2/14]765. 情侣牵手
猜你喜欢

粽子大战 —— 猜猜谁能赢

Mlx90640 infrared thermal imager temperature sensor module development notes (VI) pseudo color coding of infrared images
![[leetcode每日一题2021/2/18]【详解】995. K 连续位的最小翻转次数](/img/de/62fca587cde95110c2a967ca93eea5.png)
[leetcode每日一题2021/2/18]【详解】995. K 连续位的最小翻转次数

The problem of large fluctuation of hx711 data

.net5wtm (asp.net core) PgSQL unpacking operation

工厂模式详解
![[dectectron2] follow the official demo](/img/aa/03e46897234c309415b336ac39b7d9.png)
[dectectron2] follow the official demo

SAP ABAP 守护进程的实现方式

Issue 8: cloud native -- how should college students learn in the workplace
![[leetcode每日一题2021/4/23]368. 最大整除子集](/img/0b/32ca862963c842a93f79eaac94fb98.png)
[leetcode每日一题2021/4/23]368. 最大整除子集
随机推荐
RT-Thread 学习笔记(八)---开启基于SPI Flash的elmfat文件系统(下)
Issue 6: which mainstream programming language should college students choose
第8期:云原生—— 大学生职场小白该如何学
工厂模式详解
同步方法中不使用asyncTask<T> 修饰和await获取异步返回值(同步方法中调用异步方法)
剑指Offer(二十):包含min函数的栈
Anaconda is used on vscode (the environment has been configured)
Koin
7-25 0-1背包 (50分)
在神州IV开发板上成功移植STemWin V5.22
【论文下饭】Deep Mining External Imperfect Data for ChestX-ray Disease Screening
C language callback function
SAP ABAP 守护进程的实现方式
[leetcode daily question 2021/4/29]403. Frogs cross the river
10 令 operator= 返回一个 reference to *this
[leetcode每日一题2021/2/18]【详解】995. K 连续位的最小翻转次数
剑指Offer(九):变态跳台阶
[转]ArcGIS中判断两个Geometry之间的关系
(转载)ArcGIS Engine中各种点的创建方法
sigmod 函数与softmax 函数对比