processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Processing mode and core library to create Android apps with Processing

Results 135 processing-android issues
Sort by recently updated
recently updated
newest added

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,...

mode
upstream

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...

enhancement

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...

needs confirmation

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...

mode
needs confirmation

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...

duplicate
distribution

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...

enhancement
critical

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...

bug
distribution

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) ``` ![linkerrorIssue](https://user-images.githubusercontent.com/46577873/103487408-2bc7b280-4e2b-11eb-96db-536cf897c7bc.JPG)

bug
mode
needs confirmation

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....

needs confirmation

The [onComputeColors](https://developer.android.com/reference/android/service/wallpaper/WallpaperService.Engine#onComputeColors()) was not implemented for the Wallaperservice.engine

enhancement
core