Convert AAB to APK

I need to get the apk file. I found the command instructions and converted one of my test apps.

bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks --mode=universal

Everything went without errors, but when the application was installed on the smartphone and opened, there was a white screen. I tried another app - same result. Can anyone say something about this?

P.S. link to my app:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.