当前位置:网站首页>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分区讲解及操作语句
- iptables 之 state模块(ftp服务练习)
- Implementation method of data platform landing
- [Chongqing Guangdong education] accounting reference materials of Nanjing University of Information Engineering
- [machine learning] watermelon book data set_ data sharing
- POJ - 3616 Milking Time(DP+LIS)
- A single game with goods increased by 100000, and the rural anchor sold men's clothes on top of the list?
- 详解华为应用市场2022年逐步减少32位包体上架应用和策略
- POJ - 3784 running medium
- About using CDN based on Kangle and EP panel
猜你喜欢
随机推荐
JS operation
2 - 3 arbre de recherche
Data type - floating point (C language)
如何在快应用中实现滑动操作组件
uniapp 微信小程序监测网络
ncs成都新電面試經驗
調用華為遊戲多媒體服務的創建引擎接口返回錯誤碼1002,錯誤信息:the params is error
A bug using module project in idea
Frequently Asked Coding Problems
go写一个在一定时间内运行的程序
JS的操作
数据分片介绍
21 general principles of wiring in circuit board design_ Provided by Chengdu circuit board design
Golan idea IntelliJ cannot input Chinese characters
Go语言中,函数是一种类型
Virtual address space
Quick sorting (detailed illustration of single way, double way, three way)
联想混合云Lenovo xCloud:4大产品线+IT服务门户
Gson转换实体类为json时报declares multiple JSON fields named
IP guard helps energy enterprises improve terminal anti disclosure measures to protect the security of confidential information








