processing-android
processing-android copied to clipboard
Processing mode and core library to create Android apps with Processing
I'm really new into Processing Android mode. I've installed SDK automatically, and after I ran the basic tutorial project I got this message in the console. I'm a real beginner,...
This is the most wished feature and should be realized as soon as possible. On orientation change the app restarts and the FrameLayout is newly creates ( ` FrameLayout frame...
Hi I raised this on the Processing forum a while back but didn't get any replies. I've done a lot of reading etc and this may not have a solution...
The example provided on the android processing site does not work. https://android.processing.org/tutorials/android_studio/index.html I think it might have something to do with permissions. Any help would be great, I have tried...
I am trying to use implementation 'org.p5android:processing-core:4.2.0' instead of including the .jar file - but no dependencies show up. There isn't even an entry at "External libraries" with given org.p5android...
The Gradle project file generated by the mode does not show with the full structure of an Android project in Android Studio, a warning message informs that the project does...
If a Gradle project includes processing-core:4.1.1 as dependency, the build fails with ``` ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve org.p5android:processing-core:4.1.1. ``` even though the packages are...
Faced an error while trying to open a tutorial hyperlink mentioned in the dialog box. ``` Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at processing.mode.android.AndroidUtil$1.hyperlinkUpdate(AndroidUtil.java:78) at javax.swing.JEditorPane.fireHyperlinkUpdate(JEditorPane.java:342) ``` 
Is there an Android Mode 4.1 problem(characters are broken.) / solution? ‘Foreign language is not expressed.’ Even if you change the font, the characters are broken. ex) Korean, Japanese, etc....
The [onComputeColors](https://developer.android.com/reference/android/service/wallpaper/WallpaperService.Engine#onComputeColors()) was not implemented for the Wallaperservice.engine