Hello Makeroid Community,
I just imported my project from App Inventor to Makeroid getting help from this tutorial (to change package name so I can publish it again as the same app.):
When I try to create an .apk, I get the error below as a yellow warning bubble at the top.
Error generating Yail for screen 4554960926670848_Screen1: : Cannot read property ‘type’ of null. Please fix and try packaging again.
What does this mean and what can I do to make this error disappear?
@TurboProgramming, just a suggestion: Try to delete the components, one by one, and after delete it, try to generate the apk, until discover the error. This error can be related to a property from a component that internally was migrated with null.
I had the same problem and it was solved by unchecking the option “NumbersOnly” in the TextBox components in AppInventor before exporting the AIA file, as suggested here (Error while compiling to apk - Bugs - Kodular Community), try that!