当前位置:网站首页>详解华为应用市场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
边栏推荐
- Pytoch (VI) -- model tuning tricks
- Opencv learning note 5 - gradient calculation / edge detection
- DeiT学习笔记
- PLSQL的安装和配置
- Merge sort and non comparison sort
- Data type - floating point (C language)
- National standard gb28181 protocol video platform easygbs adds streaming timeout configuration
- 字符串操作
- 归并排序和非比较排序
- 关于基于kangle和EP面板使用CDN
猜你喜欢
opencv学习笔记三——图像平滑/去噪处理
Improve the delivery efficiency of enterprise products (1) -- one click installation and upgrade of enterprise applications
2 - 3 arbre de recherche
21 general principles of wiring in circuit board design_ Provided by Chengdu circuit board design
opencv学习笔记一——读取图像的几种方法
Open3d ISS key points
rsync远程同步
Open3D ISS关键点
Through the "last mile" of legal services for the masses, fangzheng Puhua labor and personnel law self-service consulting service platform has been frequently "praised"
What is the method of manual wiring in PCB design in 22protel DXP_ Chengdu electromechanical Development Undertaking
随机推荐
[hard core science popularization] working principle of dynamic loop monitoring system
POJ - 3616 Milking Time(DP+LIS)
Rainbow combines neuvector to practice container safety management
Splunk子查询模糊匹配csv中字段值为*
SSM 整合
单场带货涨粉10万,农村主播竟将男装卖爆单?
Implement your own dataset using bisenet
Improve the delivery efficiency of enterprise products (1) -- one click installation and upgrade of enterprise applications
AVL balanced binary search tree
rsync远程同步
Arm GIC (IV) GIC V3 register class analysis notes.
Basic data types and string types are converted to each other
Xcit learning notes
[quick start of Digital IC Verification] 13. SystemVerilog interface and program learning
In go language, function is a type
Implementation of navigation bar at the bottom of applet
Go write a program that runs within a certain period of time
Detailed explanation of apply, also, let, run functions and principle analysis of internal source code in kotlin
Lua 编程学习笔记
grpc、oauth2、openssl、双向认证、单向认证等专栏文章目录