-
-
Notifications
You must be signed in to change notification settings - Fork 297
Android mode no longer works in Processing 4.4.1 #777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello everyone, processing github newbie here. How can I stay notified on the progress on this issue? Desperately need android mode for my thesis. Or is there a workaround I could use until this is fixed? |
|
Hi @remag2901. As @vsquared mentioned, the current workaround is to use Processing 4.3.4. If you need help getting set up, feel free to post on the Processing forum: https://discourse.processing.org/c/processing-android Note: We’re currently migrating Processing to use Gradle as the default build system. This should eventually make it easier to run sketches on Android without relying on a dedicated Android mode. |
Thank you everyone! |
Most appropriate sub-area of Processing 4?
Other (specify if possible), PDE
Processing version
4.4.1
Operating system
MacOS 14.6.1 M2 Android Device: Samsung Galaxy A8 Tablet
Steps to reproduce this
"1. Select Android mode
3."
snippet
Additional context
Caused by: org. gradle. launcher daemon.client.DaemonConnectionException: The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch:
Java home is different.
Wanted: DefaultDaemonContext [uid=null, javaHome=/Applications/Processing.app/Contents/runtime/Contents/Home, daemonRegistryDir=/Users/xxxx/-gradle/daemon, pid=704, idleTimeout=null, priority=NORMAL, daemonOpts=--add-opens, java. base/java. util=ALL-UNNAMED, --add-opens, ji
Actual:
DefaultDaemonContext [uid=927dac68-9b74-4471-8216-ab3771cb0a77, javaHome=/Library/Java/JavaVirtualMachines/zulu-23. jdk/Contents/Home, daemonRegistryDir=/Users/xxxx/•gradle/daemon, pid=964, idleTimeout=10800000, priority=NORMAL, daemonOpts=--add-opens, java. base/java.ut.
Would you like to work on the issue?
Assign to someone else.
The text was updated successfully, but these errors were encountered: