Build failed! Project build gives error, Generating icons, task errored

Project okey with AI Companion, and operates on android phone very well. But unfortunately project can not be build /ed, gives error message. Hence several monts or years ago the same project had always builded very well.
I can not understand from error message what is the problem with the project or build.

Fix your app icon to meet current requirements

2 Likes

app icon was 512x512 pixel, i made it 48x48 pixel. But build again failes as:

"App Inventor is unable to compile this project.
The compiler error output was
[ReadBuildInfo] Starting Task
[ReadBuildInfo] Task succeeded in 0.004 seconds
[LoadComponentInfo] Starting Task
[LoadComponentInfo] INFO: Generating assets...
[LoadComponentInfo] Component assets needed, n = 0
[LoadComponentInfo] INFO: Generating activities...
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify activities
[LoadComponentInfo] Component activities needed, n = 0
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify activityMetadata
[LoadComponentInfo] Component activity metadata needed, n = 0
[LoadComponentInfo] INFO: Generating broadcast receivers...
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify broadcastReceivers
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify services
[LoadComponentInfo] Component content providers needed, n = 0
[LoadComponentInfo] INFO: Generating libraries...
[LoadComponentInfo] Libraries needed, n = 0
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify metadata
[LoadComponentInfo] Component metadata needed, n = 0
[LoadComponentInfo] INFO: Generating Android minimum SDK...
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify androidMinSdk
[LoadComponentInfo] INFO: Generating native libraries...
[LoadComponentInfo] Native Libraries needed, n = 0
[LoadComponentInfo] INFO: Generating permissions...
[LoadComponentInfo] usesLocation = False
[LoadComponentInfo] Permissions needed, n = 7
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify queries
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify services
[LoadComponentInfo] Component services needed, n = 0
[LoadComponentInfo] INFO: Generating component broadcast receivers...
[LoadComponentInfo] Task succeeded in 0.006 seconds
[PrepareAppIcon] Starting Task
[PrepareAppIcon] INFO: Creating mipmap dirs...
[PrepareAppIcon] INFO: Generating icons...
[PrepareAppIcon] Task errored"

image

If using a jpeg try png

1 Like

Thanks a lot TIMAI2 :)) It is okey. I made app icon from .jpg to .png as you said, then build is Okey.. Have a nice days..

1 Like