I can’t compile a project…
I have imported it from :appinventor:, add FirebaseDB and improved all the errors that occurred
I can not compile the project until I reload the page and don’t open the blocks area…
I get this Error:
Makeroid is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/..
________Creating xml in res/drawable/..
________Creating splash png in res/drawable/..
________Creating colors xml
________Creating strings xml
________Creating styles xml
________Creating styles xml v21
________Creating drawables xml v21
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
AAPT time: 0.769 seconds
________Compiling source files
(compiling /PATH/Screen1.yail to PACKAGENAME.Screen1)
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
ERROR: /PATH/Screen1.yail line 834: no matching syntax-rule for _
Kawa compile time: 2.157 seconds
I didn’t understand much of that, but I looked at line 834 in Screen1.bky file and it’s about the firebase “store Value” procedure.
My blocks have not an error. I save only one value to a tag (booth have only a “text” block)
BUT I got the same error before adding firebase…
And i don’t use a app icon.
I don’t know if I’m right but it’s a guess of mine.
Hope anyone can help me…