简体   繁体   中英

How to configure Android App Bundles to publish apk (PWA) on Google Play?

I have created an application using TWA (com.github.GoogleChrome: custom-tabs-client).

But when publishing Google shows me an optimization error message and suggests to optimize using the Android App Bundles. After reading a lot of information in Google, I was able to add the Dynamic Feature Module and enable minification. As a result, the apk was reduced to 700kb from 2mb , but Google still does not accept it.

Tell me please how to configure the assembly so that Google could approve the application?

When building the application, you should select the assembly through the Android App Bundles

After assembly, you need to upload aab file instead of apk in google play

solution

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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