当前位置:网站首页>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
边栏推荐
- Data type - integer (C language)
- 21 general principles of wiring in circuit board design_ Provided by Chengdu circuit board design
- 2-3查找树
- ncs成都新電面試經驗
- Calling the creation engine interface of Huawei game multimedia service returns error code 1002, error message: the params is error
- 求有符号数的原码、反码和补码【C语言】
- 数据库存储---表分区
- Implementation method of data platform landing
- All about PDF crack, a complete solution to meet all your PDF needs
- Image segmentation in opencv
猜你喜欢
数据分片介绍
Rapid integration of authentication services - harmonyos platform
Exercise arrangement 2.10, 11
Interpolation lookup (two methods)
FPGA knowledge accumulation [6]
南京商品房买卖启用电子合同,君子签助力房屋交易在线网签备案
Quick sorting (detailed illustration of single way, double way, three way)
idea里使用module项目的一个bug
下载和安装orcale database11.2.0.4
Why choose cloud native database
随机推荐
Opencv converts 16 bit image data to 8 bits and 8 to 16
Frequently Asked Coding Problems
Greenplum 6.x version change record common manual
Routing information protocol rip
A method for quickly viewing pod logs under frequent tests (grep awk xargs kuberctl)
Novice entry SCM must understand those things
南京商品房买卖启用电子合同,君子签助力房屋交易在线网签备案
[wechat applet: cache operation]
ES6_ Arrow function
数据分片介绍
Merge sort and non comparison sort
Upload an e-office V9 arbitrary file [vulnerability recurrence practice]
国标GB28181协议视频平台EasyGBS新增拉流超时配置
Analysis of using jsonp cross domain vulnerability and XSS vulnerability in honeypot
Introduction to data fragmentation
如何在HarmonyOS应用中集成App Linking服务
为什么要选择云原生数据库
Are you holding back on the publicity of the salary system for it posts such as testing, development, operation and maintenance?
Virtual address space
注解@ConfigurationProperties的三种使用场景