Harder to translate as an image attachment rather than text.
Quote: "
Cet apk cree du code et des resources non utilises qui sont envoyes aux utilisateurs.
Vous pouriez reduire la tille de vorte application avec le format android app bundle.
Comme vous noptimisez pas vorte application pour les configurations d'appareil, elle est plus volumineuse que necessaire pour le telechargement et l'installation sur les apparieils des utilisateurs.
Les applications volumineuses ont des taux d'installation inferieurs et prennent de la place sur les appareils des utilisateurs.
RESOLUTION:
utilisez format android app bundle pour optimiser automatiquement votre application pour les configurations d'appareil, ou gerez-la vous-meme avec plusieurs APK."
Quote: "
This apk creates code and unused resources that are sent to users.
You could reduce the size of your application with the android app bundle format.
Since you do not optimize your application for device configurations, it is larger than you need to download and install on user devices.
Large applications have lower installation rates and take up space on users' devices.
RESOLUTION:
use the android app bundle format to automatically optimize your app for device configurations, or manage it yourself with multiple APKs."
How can a simple tic-tac-toe game be too large??? (that doesn't sound right)
It is hard for me to imagine that a simple tic-tac-toe game is not already small enough to avoid running into file size issues due to optimization.
Perhaps an error in the code with handling the assets?
Or an incorrect setting for the export?
How big is this thing?
Coding things my way since 1981 -- Currently using AppGameKit V2 Tier 1