当前位置:网站首页>详解华为应用市场2022年逐步减少32位包体上架应用和策略
详解华为应用市场2022年逐步减少32位包体上架应用和策略
2022-07-07 05:38:00 【华为开发者论坛】
最近应用市场发布通告(通告内容),从2022年开始将逐步减少32位包上架的消息,相信很多开发者已经收到通知。这里对通告做个详解,并指导开发者查看和构建包体架构。
分发策略
查看包架构
1、选择压缩方式打开.apk,查看lib文件夹。
2、如果仅包含armeabi-v7a或armeabi说明是仅32位包。
3、如果包含armeabi-v7a和arm64-v8a说明是32位+64位包。
4、如果仅包含arm64-v8a说明是仅64位包。
32位包
32+64位包:
64位包:
构建32和64位包:
主要是在AS中通过abiFilters 配置实现:
android { defaultConfig { ndk { abiFilters 'arm64-v8a', 'x86_64' } }}
详细的信息可以参考Android开发文档:
https://developer.android.com/ndk/guides/abis#gc
欲了解更多更全技术文章,欢迎访问https://developer.huawei.com/consumer/cn/forum/?ha_source=zzh
边栏推荐
- Low success rate of unit test report
- go写一个在一定时间内运行的程序
- grpc、oauth2、openssl、双向认证、单向认证等专栏文章目录
- String operation
- [untitled]
- [quick start of Digital IC Verification] 13. SystemVerilog interface and program learning
- opencv学习笔记五——梯度计算/边缘检测
- Practice of combining rook CEPH and rainbow, a cloud native storage solution
- 2-3 lookup tree
- Open3d ISS key points
猜你喜欢
Interpreting the practical application of maker thinking and mathematics curriculum
Input of mathematical formula of obsidan
Ebpf cilium practice (1) - team based network isolation
Explore creativity in steam art design
2-3 lookup tree
opencv学习笔记二——图像基本操作
Opencv learning notes 1 -- several methods of reading images
The single value view in Splunk uses to replace numeric values with text
Learn how to compile basic components of rainbow from the source code
[quick start of Digital IC Verification] 11. Introduction to Verilog testbench (VTB)
随机推荐
接口作为参数(接口回调)
Open3D ISS关键点
opencv学习笔记四——膨胀/腐蚀/开运算/闭运算
Opencv learning note 3 - image smoothing / denoising
Tuowei information uses the cloud native landing practice of rainbow
A single game with goods increased by 100000, and the rural anchor sold men's clothes on top of the list?
IP-guard助力能源企业完善终端防泄密措施,保护机密资料安全
rsync远程同步
Input of mathematical formula of obsidan
【Go ~ 0到1 】 第七天 获取时间戳,时间比较,时间格式转换,Sleep与定时器
Interface as a parameter (interface callback)
Caractéristiques de bisenet
In go language, function is a type
opencv学习笔记三——图像平滑/去噪处理
SSM 整合
Lua programming learning notes
Train your dataset with swinunet
One click deployment of highly available emqx clusters in rainbow
Data type - floating point (C language)
[quick start of Digital IC Verification] 13. SystemVerilog interface and program learning