How to build .abb aplication

Google play not acept apk aplication,
So how i can build New apps in New format abb using córdova or capacitor?

1 Like

https://cordova.apache.org/docs/en/10.x/guide/platforms/android/#using-flags

In Package Type you can define app bundle.
Hope this help

1 Like

first you have to build the web app part

than using the platform specific tools:

I personally like to use comandline so I would stick with it since capacitor requires that aswell

basically you have to build an app bundle

Thanks for replay i Will try with This solution.

es only use flags that all??