Issue with Creating Package (.aab)

Good morning,

I am experiencing an issue with creating the Android package (.aab) for my application. During the build process, I receive an error that I cannot resolve: "Issue with Creating Package (.aab)". I have followed all the instructions provided in the documentation, but without success.

Here is the full error message:

csharp

Copia codice

App Inventor is unable to compile this project.
Compilation error:
[ReadBuildInfo] Starting task
[ReadBuildInfo] Task succeeded in 0.006 seconds
[LoadComponentInfo] Starting task
[LoadComponentInfo] INFO: Generating resources...
[LoadComponentInfo] Component resources required, n = 0
[LoadComponentInfo] INFO: Generating tasks...
[LoadComponentInfo] Component tasks required, n = 0
[LoadComponentInfo] Component task metadata required, n = 0
[LoadComponentInfo] INFO: Generating broadcast receivers...
[LoadComponentInfo] Component content providers required, n = 0
[LoadComponentInfo] INFO: Generating libraries...
[LoadComponentInfo] Libraries required, n = 0
[LoadComponentInfo] Component metadata required, n = 0
[LoadComponentInfo] INFO: Generating minimum Android SDK...
[LoadComponentInfo] INFO: Generating native libraries...
[LoadComponentInfo] Native libraries required, n = 0
[LoadComponentInfo] INFO: Generating permissions...
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Button" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Form" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.HorizontalArrangement" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Notifier" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.WebViewer" does not specify permissionConstraints
[LoadComponentInfo] usesLocation = False
[LoadComponentInfo] Permissions required, n = 3
[LoadComponentInfo] Component services required, n = 0
[LoadComponentInfo] INFO: Generating component broadcast receivers...
[LoadComponentInfo] Task succeeded in 0.005 seconds
[PrepareAppIcon] Starting task
[PrepareAppIcon] INFO: Creating mipmap directories...
[PrepareAppIcon] INFO: Generating icons...
[PrepareAppIcon] Task error

Attached, you will find the build process logs. I hope you can help me identify the cause of the problem and find a solution.

Thank you for your attention and assistance.

Best regards,
Massimiliano

1 Like
2 Likes

Thank you! I first tried with JPG and it failed at 7%, then I used PNG and it worked!!