Is it possible to use Processing in Android mode with specific SDKs for...
I am trying to develop a simple Android App using Processing that will work with some specialist display technology that has its own SDK. I don't know how to use Android Studio but I can use Processing...
View ArticleAndroid mode 4.0 not compatible with Processing 3.2.1
Hi, Just updated the Android Mode in Contribution Manager to 4.0. Each time I try to run a sketch in Android Mode Processing gives the error: Android Mode not compatible with this version of...
View ArticleProblem with Android mode build project.
I suddenly encounter this problem. windows has been updated and now I can not compile for android .. any idea of what may be going on and how to fix it?...
View ArticleHow to use data folder in android mode?
Can someone explain to me how the data folder is used in Android Mode. I have: - Project Folder: - AndroidManifest.xml - code (folder) - data (folder created by me) - project.pde - sketch.properties Is...
View ArticleGSVideo and Processing 3 problem
hi all , i have found this library that offer video capture and playbacks and other operations , i wanted to test it in processing 3 ,but every example i try to run on my android phone it crashes at...
View ArticleProblem with building in P3.3.6, android mode 4, possible Gradle issue?
Hi, I ran the live wallpaper tutorial on the android mode 4.0 successfully but the next time I tried to build it the emulator returned an error in the resources merging part of the build, the part...
View ArticleKetaiCamera extremely slow when compiled from Android Studio
I face an odd behaviour when I compile my sketch from within Android Studio (what I have to to because I am using a JNI library dependency): The same app (namely the CameraGettingStarted example sketch...
View ArticleUsing Game Control Plus with a 2 player game
Well, I have pretty much finished a great game on the PC that I will eventually port to Android. Currently it is single player against the computer. I would like to have it also be two player, using...
View ArticleReceive OSC using OscP5 library, Android Mode 4.0-beta2
Hey, how is it going? Im trying to receive osc on my mobile, using OscP5 library and android mode 4.0-beta2. Codes: Android app import oscP5.*; import netP5.*; OscP5 oscP5; NetAddress endereco; float x...
View ArticleHow can I detect number of mice/fingers clicked at once?
Ok, so I'm making an Android application, which needs to detect number of fingers currently pressed, so it can use that number as different "buttons". How would I go about doing that? P.s: I don't want...
View ArticleBest way to test code performance? (on other devices)
Hi all! What is the best way to check whether my code is compatible with most devices? I can monitor the code in task manager but I'm not sure how to interpret all the numbers (the workings of the CPU...
View ArticleAbout Wallpapers.
PImage img; float ratio; void setup() { fullScreen(); img = loadImage("landscape.jpg"); ratio = float(img.width)/float(img.height); } void draw() { background(0); float w = wallpaperHomeCount() *...
View ArticleTrying to run in emulator.
Trying to run in emulator I get the following error: BUILD SUCCESSFUL in 2m 27s 35 actionable tasks: 35 executed Emulator process exited with status -1073741819. EmulatorController: Emulator never...
View ArticleIcons needed in exporting signed package.
Hi I want to make an apk, but when try to export, I get the message that the sketch does not include all required app icons. I searched on and outside the forum where I found the latest topic...
View ArticleError message help please ?
Hi Have just updated to 3.3.6 and the new android 4 mode. Was a bit nervous but it worked first time with a simple getting started sketch. Quite impressed! But now I wish to run a large project that...
View ArticleProcessing 3.5.6 32bit downloads 64bit packages for android
Hi. Using 32-bits processing (3.3.6) downloads 64 bits packages for android mode (4.0). After downloading 32-bit adb from repository (fedora 26) managed to connect to device, but then found other...
View ArticleEmulator always 800x480 8.0. How to change?
I'm thrilled that I was able to get sketches to run in the emulator easily. However, no matter what I do the emulator is always the virtual device "processing-phone" running 8.0 at 800x480. If I make...
View ArticleSet library mode
Hello, I am creating a library that only works on the Android mode. Is there a way to set the library to Android mode only? Because if people use it now it would give them errors.
View ArticleThe function “getWindowManager()” does not exist.
Hi all! I am working on an android app and need to get screen size in cm to make it compatible with all devices. For that, I found this function in another discussion: import...
View ArticleGoogle Play Services in Processing
Hey guys, After hours and hours of trying to import the "google play services" library I now honestly require your assistance. Initially i just wanted to add ads to my sketch and therefore download the...
View Article