Create an app with AI (Qwen)

I get the files for the app to import as .aia.
The structur is:
CalculadoraConVoz.aia
├── youngandroidproject/
│ └── project.json
└── src/
├── Screen1.scm ← componentes
└── Screen1.bky ← bloques
When I import the .aia say that file is nor an .aia
Some body knows what is the problem?

Example with no assets:

projectname.aia/ 
├── src/ 
│ └── appinventor/ 
│ └── ai_<username>/ 
│ └── projectname/ 
│ ├── Screen1.scm 
│ └── Screen1.bky 
├── youngandroidproject/ 
│ └── project.properties 
└── (no assets folder, since no files in assets)

App inventor blocks can be converted into scm and bky files but scm/bky files cannot be converted into blocks so it says such error also ai created aia wont be in the accepted format as designed by the app inventor

Create a project with few blocks and make the same using with ai and compare the files, you will come to know it

It may have more to do with the layout than anything else. Obviously, the structure and semantics of the scm and bky files has to be correct, but they also have to be in the same organizational structure that App Inventor expects.

For Aptly, we specifically designed a language to not have to worry about the syntactic and semantic correctness of the scm/bky files since getting that right across files is harder than getting a single output from the LLM correct.

1 Like