Todos os meus projetos antigos que compilavam normalmente estão bugando pra compilar agora, não sei o que eu faço pra corrigir isso, o pior é que são vários projetos distintos que estão com o mesmo problema. por favor houver como solucionar esse problema agradeço, porque antes funcionava.
Post the Build errors here, especially the ends.
Have you updated the Companion? The latest is now 2.70 . It was just updated the other day and could be your problem.
You said "there are several separate projects that are having the same problem." What components or extensions are being used in these Projects?
Ola estou com esse mesmo problema,pode me ajudar?
O App Inventor não pode compilar este projeto.
O compilador informou o seguinte erro
[ReadBuildInfo] Starting Task
[ReadBuildInfo] Task succeeded in 0.002 seconds
[LoadComponentInfo] Starting Task
[LoadComponentInfo] INFO: Generating assets...
[LoadComponentInfo] Component assets needed, n = 0
[LoadComponentInfo] INFO: Generating activities...
[LoadComponentInfo] Component activities needed, n = 0
[LoadComponentInfo] Component activity metadata needed, n = 0
[LoadComponentInfo] INFO: Generating broadcast receivers...
[LoadComponentInfo] Component content providers needed, n = 0
[LoadComponentInfo] INFO: Generating libraries...
[LoadComponentInfo] Libraries needed, n = 1
[LoadComponentInfo] Component metadata needed, n = 0
[LoadComponentInfo] INFO: Generating Android minimum SDK...
[LoadComponentInfo] INFO: Generating native libraries...
[LoadComponentInfo] Native Libraries needed, n = 0
[LoadComponentInfo] INFO: Generating permissions...
[LoadComponentInfo] usesLocation = False
[LoadComponentInfo] Permissions needed, n = 3
[LoadComponentInfo] Component services needed, n = 0
[LoadComponentInfo] INFO: Generating component broadcast receivers...
[LoadComponentInfo] Task succeeded in 0.002 seconds
[PrepareAppIcon] Starting Task
[PrepareAppIcon] INFO: Creating mipmap dirs...
[PrepareAppIcon] INFO: Generating icons...
[PrepareAppIcon] Task errored
You need to remove your app icon. Your app should then compile.
Read the instructions about the correct sizing and format for an app icon here:
I would suggest you try a square 512x512 jpg image.
Thank you very much, after removing the icon it worked.