APDE icon indicating copy to clipboard operation
APDE copied to clipboard

Error code 1 with no additional info?

Open ChunkOfIron opened this issue 2 years ago • 1 comments

The full crash log is as follows:

Initializing build sequence… Deleted old build folder Injected log broadcaster Detected architecture arm64-v8a

Packaging resources with AAPT… AAPT failed with error code 1

Im not sure why

ChunkOfIron avatar Nov 09 '23 09:11 ChunkOfIron

Extra thing: this is based off of a game I made in processing on pc, ported it to APDE and changed: circles to ellipses, exit() to system.exit(1), and removed set title.

I also removed all the images and the images themselves from the files, as running image(whatever) would crash the program

ChunkOfIron avatar Nov 09 '23 10:11 ChunkOfIron