Results 273 comments of codeanticode

The debugger should work with version 4.3.0 of the Android mode and version 3.5.4 of Processing.

Solved with https://github.com/processing/processing-android/pull/711

@webprogrammierer thanks for the comment. Sounds reasonable that a Processing sketch should not restart when the device changes orientation. Might be trickier that it seems, since the width and height...

Not sure what the problem is, I installed Ketai through the CM (Processing 3.3) and it appears under the Contributed Libraries category. But I'm using Mac, will take a look...

@ranaaditya I tested the code on a device running Android 12.

I think this might be an invalid issue, I just realized that I forgot to add the READ_EXTERNAL_STORAGE permission in the manifest file. After doing that, it works.

what version of the mode are you using?

Do you mean you are using Processing 1.5.1? The latest versions of the mode are compatible with processing 3 and newer.

ok, will test them then. Thanks for the feedback. From the error messages you posted, looks like you are on Windows right? What version (10, 7, etc)?

@XikoCar @CryMattia99 Can you check if this crash still happens with the latest [release candidate](https://github.com/processing/processing-android/releases/tag/android-264)? It has a completely new build system, so this may have addressed this issue. Thanks...