Compiling 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.48 seconds
________Compiling source files
(compiling io/makeroid/everythingyr/abc/Screen1.yail to io.makeroid.everythingyr.abc.Screen1)
(compiling io/makeroid/everythingyr/abc/main.yail to io.makeroid.everythingyr.abc.main)

ERROR: io/makeroid/everythingyr/abc/main.yail line 17: call to ‘set-and-coerce-property!’ has too few arguments (3; must be 4)

Kawa compile time: 1.544 seconds
.

You have a block on your main screen with empty sockets. It should have 4 blocks connected but you’ve only connected 3.

1 Like

Thanks Conor Sir I solved My problem

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.