当前位置:网站首页>Explain Huawei's application market in detail, and gradually reduce 32-bit package applications and strategies in 2022
Explain Huawei's application market in detail, and gradually reduce 32-bit package applications and strategies in 2022
2022-07-07 08:48:00 【Huawei Developer Forum】
Recently, the application market announced ( Notice content ), from 2022 It will gradually decrease from 32 The message of bit bag on the shelf , I believe many developers have been notified . Here is a detailed explanation of the announcement , And guide developers to view and build the package architecture .
Distribution strategy

View the package schema
1、 Select compression mode to open .apk, see lib Folder .
2、 If only armeabi-v7a or armeabi Description is only 32 Bitpack .
3、 If you include armeabi-v7a and arm64-v8a That is the 32 position +64 Bitpack .
4、 If only arm64-v8a Description is only 64 Bitpack .
32 Bitpack

32+64 Bitpack :

64 Bitpack :

structure 32 and 64 Bitpack :
Mainly in the AS Pass through abiFilters Configuration to realize :
android { defaultConfig { ndk { abiFilters 'arm64-v8a', 'x86_64' } }}For more information, please refer to Android Developing documents :
https://developer.android.com/ndk/guides/abis#gc
For more technical articles , Welcome to visit https://developer.huawei.com/consumer/cn/forum/?ha_source=zzh
边栏推荐
- 【MySQL】数据库进阶之触发器内容详解
- [machine learning] watermelon book data set_ data sharing
- Basic data types and string types are converted to each other
- AVL平衡二叉搜索树
- PLSQL的安装和配置
- [step on the pit] Nacos registration has been connected to localhost:8848, no available server
- [Yugong series] February 2022 U3D full stack class 006 unity toolbar
- 基本数据类型和string类型互相转化
- 详解华为应用市场2022年逐步减少32位包体上架应用和策略
- Routing information protocol rip
猜你喜欢
随机推荐
对API接口或H5接口做签名认证
ES6_ Arrow function
A method for quickly viewing pod logs under frequent tests (grep awk xargs kuberctl)
Count sort (diagram)
Qt Charts使用(重写QChartView,实现一些自定义功能)
What is the method of manual wiring in PCB design in 22protel DXP_ Chengdu electromechanical Development Undertaking
[Yugong series] February 2022 U3D full stack class 005 unity engine view
说一个软件创业项目,有谁愿意投资的吗?
Data type - floating point (C language)
【微信小程序:缓存操作】
go写一个在一定时间内运行的程序
Database storage - table partition
2-3查找树
[南京大学]-[软件分析]课程学习笔记(一)-introduction
【踩坑】nacos注册一直连接localhost:8848,no available server
23 Chengdu instrument customization undertaking_ Discussion on automatic wiring method of PCB in Protel DXP
Mock.js用法详解
About using CDN based on Kangle and EP panel
String operation
Greenplum 6.x build_ Environment configuration









