Can't save .apk to computer?

When I try to export apk, It shows “Someone cut the power! Your apk couldn’t be compiled”

If you set any icon for your app then remove it at the time you can use default icon for testing.
Maybe your problem solve. Because many user see same warning for logo.

Press the view log button and post the message here.

1 Like

I have the same problem. The “View log button” write this message:

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.522 seconds
________Compiling source files
(compiling io/makeroid/jhonaldh/LJ35_WandB/Screen1.yail to io.makeroid.jhonaldh.LJ35_WandB.Screen1)

ERROR: io/makeroid/jhonaldh/LJ35_WandB/Screen1.yail line 576: call to ‘set-and-coerce-property!’ has too few arguments (3; must be 4)

Kawa compile time: 1.368 seconds
.

Please check your blocks again. One (or more) of your blocks need more arguments.
Also, make sure there are no warnings or errors in your application.

4 Likes

Thank you so much, it solve the problem some block was incomplete.

1 Like

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