Kodular 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.437 seconds
________Compiling source files
(compiling io/makeroid/sushil_balami200/dialerapp/Screen1.yail to io.makeroid.sushil_balami200.dialerapp.Screen1)
ERROR: io/makeroid/sushil_balami200/dialerapp/Screen1.yail line 22: call to ‘set-and-coerce-property!’ has too few arguments (3; must be 4)
You have a block on Screen1 which should have 4 blocks connected to it but you’ve only added 3. Click the “Show Warnings” button on the blocks editor and it’ll show you where the error is.
I also went through the same problem, which colleague Mobile_Tech reported above, however I searched for several questions here on the site, had found no satisfactory answer to the solution of this problem, so I put a hand in my hands and had the idea to look for something be this problem, that do not let me compile my project and then after a couple of days trying, I finally found !!! Things were all mess with repeated and nominal images, so the problem was solved after I corrected my images from ASSETS. I hope they can solve this problem as well as I did.