简体   繁体   English

android apk 大小在添加缩放后增加(反应原生)

[英]android apk size increased after adding zoom (React native)

I want to decrease my zoom integrated app size.我想减小我的缩放集成应用程序大小。 There was already one question similar to my problem.已经有一个与我的问题类似的问题。 In answer, there was to limit CPU architecture so the app size can decrease.作为回答,限制了 CPU 架构,因此应用程序的大小可以减小。 But I don't know which CPU architecture my clients mobile will use.但我不知道我的客户手机将使用哪种 CPU 架构。 So is there any other way to decrease app size without limiting CPU architecture.那么有没有其他方法可以在不限制 CPU 架构的情况下减小应用程序大小。 I only want to integrate join meeting feature.我只想集成加入会议功能。 I have tried with two sdk's @mokriya/react-native-zoom-us-bridge and react-native-zoom-meetings.我尝试了两个 sdk 的 @mokriya/react-native-zoom-us-bridge 和 react-native-zoom-meetings。 Is there any way we can reduce the size?有什么办法可以减小尺寸吗?

try creating apk using.aab file, first create.aab file by running the command ./gradlew bundleRelease it will generate.aab file, you can release the app to play store by uploading this file, it will decrease your app size to half.尝试使用.aab 文件创建apk,首先通过运行./gradlew bundleRelease命令创建.aab 文件,它将生成.aab 文件,您可以通过上传此文件将应用程序发布到播放商店,它会将您的应用程序大小减少一半。

or you can generate apk from.aab file.或者您可以从.aab 文件生成 apk。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM