Cannot compile apk what could be the solution?

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 listview xml in res/drawable/…
________Creating splash png in res/drawable/…
.

could be a lot of problems.

  1. Conflicting extensions.
  2. Strange app icon sizes. Use a 96 x96 png for this.
  3. AIA files coming from other builders with conflicting components. Components not present in Makeroid should be removed. All monitizing components should be removed.
  4. Projects with large assets.
  5. Projects with a large number of blocks (exact numbers are hard to say).
  6. Projects with to many screens (exact numbers are hard to say).
  7. Your project is to big, the aia file can not be bigger then 20 MB to build.
  8. There are errors in your blocks. Look for the yellow and red triangles in the lower left of the block editor.
  9. There are duplicate event blocks. For instance two button click events for the same button.
  10. There are unused resources in your project.
1 Like