Results 259 comments of codeanticode

If this issue is affects running code from the PDE it should be impacting many users, so far does not seem to be the case. So it must be happening...

So far, I don't see any errors in building the mode or running sketches from the PDE or Android Studio related to the current version of the tooling. However, we...

That's odd. What version of Processing and the Android mode are you using?

@p4puniya what version of Gradle are you using in your dev computer?

@ajavamind Thanks for bringing this up and suggesting a fix. I will tag it for inclusion in the next release.

The SDK installation should be working again with version 4.6.0 of the mode: https://github.com/processing/processing-android/releases/tag/latest

@Psudonem @Entropy159 @rvispute what version of Processing are you using?

@AvneeshSarwate just looked at this briefly and seems like the gen_headers.sh could be fixed by using '''javac -h''' (whih is the replacement of javah) to read the source java files:...

Another issue is that some header files are no longer available on recent MacOS versions: @vade just flagging this issue, will try to look at it again at a later...

Yes, I was testing things with Adoptium JDK 17 on macOS 13. It comes with a headers folder, including jni.h but not JavaVM.h so need to investigate further.