Years ago I created 2 projects on App Inventor, I guess it was still AI1.
I would like to do some changes on the Apps but there are not on my account anymore
I have a local backup but there is no AIA file, just the files here below
Any idea how I can load these projects on AI2?
Thanks
Olivier
That worked to import the project but unfortunately it's incomplete
Here is the AIA file. As you can see in the BLK there should be some calculation called by the CalculCmd button but there is nothing imported in AI.
Any idea?
Thank you for you help
Olivier ARMode.aia (32.9 KB)
.blk was the AI1 blocks format whereas .bky is the AI2 blocks format, and old AI1 projects used the .zip extension rather than .aia. The two formats are not directly compatible, but there is a converter tool that should be able to update the project to the newer blocks format.
Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
I'll try to recreate the part that is not loaded from the old project.
Let me know if you intend to put the converter back online
Thanks all for your help.
Olivier