Calsign / APDE

Source code for APDE: Create and run Processing sketches on an Android device.
GNU General Public License v2.0
338 stars 76 forks source link

Error code 1 with no additional info? #132

Open ChunkOfIron opened 8 months ago

ChunkOfIron commented 8 months ago

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 commented 8 months ago

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