Hello,
I am developing on MIT App Inventor 2 a project.
I can import it to App Inventor Java Bridge by editing it's two files.
I can import it in Android Studio. But when I try to build it, I get an error: Error:(175, 44) error: incompatible types: int cannot be converted to String
I think that that this could be a bug in App Inventor Java Bridge, because I can run this application by using 'MIT App Inventor 2' and 'MIT App Inventor 2 Companion' on my smartphone.
I attach here the .iai archive from App Inventor Java Bridge, and the Screen1.java file too.
I think that that during java generation App Inventor Java Bridge should be convert in this situation an Integer to String, no?
Best, from Pali