当前位置:网站首页>详解华为应用市场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
边栏推荐
- 如何在HarmonyOS应用中集成App Linking服务
- Interface as a parameter (interface callback)
- Laravel8 uses passport login and JWT (generate token)
- Opencv learning notes 1 -- several methods of reading images
- 下载和安装orcale database11.2.0.4
- BiSeNet的特點
- POJ - 3616 Milking Time(DP+LIS)
- The field value in Splunk subquery fuzzy matching CSV is*
- Explore creativity in steam art design
- 关于基于kangle和EP面板使用CDN
猜你喜欢
Opencv learning note 5 - gradient calculation / edge detection
Laravel8 uses passport login and JWT (generate token)
BiSeNet的特点
Rainbow version 5.6 was released, adding a variety of installation methods and optimizing the topology operation experience
SSM integration
使用SwinUnet训练自己的数据集
Rainbow combines neuvector to practice container safety management
Give full play to the wide practicality of maker education space
In go language, function is a type
单场带货涨粉10万,农村主播竟将男装卖爆单?
随机推荐
Opencv learning note 3 - image smoothing / denoising
单场带货涨粉10万,农村主播竟将男装卖爆单?
The truth of robot education in hands-on practice
Openvscode cloud ide joins rainbow integrated development system
MES系統,是企業生產的必要選擇
BiSeNet的特點
Don't stop chasing the wind and the moon. Spring mountain is at the end of Pingwu
Caractéristiques de bisenet
Opencv learning note 5 - gradient calculation / edge detection
Full text query classification
Interpreting the practical application of maker thinking and mathematics curriculum
Exercise arrangement 2.10, 11
打通法律服务群众“最后一公里”,方正璞华劳动人事法律自助咨询服务平台频获“点赞”
Rainbow version 5.6 was released, adding a variety of installation methods and optimizing the topology operation experience
Implementation method of data platform landing
Composer change domestic image
Coquette data completes the cloud native transformation through rainbow to realize offline continuous delivery to customers
go写一个在一定时间内运行的程序
【无标题】
Arm GIC (IV) GIC V3 register class analysis notes.