APDE
APDE copied to clipboard
Crashes when trying to change sketches icon
APDE is crashing every time I try to change the sketch icon I've tried changing format file to .ico file and resizing icon files, but it is still not working
Is this happenening for a specific image, or any?
Any image
@nalexcastaneda I see the crash in the Play console. I don't know why this crash is happening, but it looks to be a bug in the aFileChooser dependency that APDE uses for picking files. In the meantime you should be able to get around this by manually writing the path to the image in the textbox, instead of using the file-chooser button. You should be able to copy the path to the image that you want from an external file manager.
I will look into the problem with aFileChooser at a later date. I am also consider replacing it with something else.
@nalexcastaneda I am able to reproduce this issue now. I don't think it can be resolved easily. In the meantime, you should be able to use a different file manager to select the images. For me it only crashes when using the default file selector, but most third party file managers work fine.
Okay thank you very much for your help and tips