Change version code of Android App using export signed package
Hey how is it going? I have just released an app at play store but I forgot to do one thing, now when I try to send the signed aligned apk file that processing creates using file->Export Signed...
View ArticleAndroid image blob detection using blobscanner and ketai
I am trying to build an app that does blog detection using blobscanner and ketai libraries. import ketai.camera.*; import blobscanner.*; KetaiCamera cam; PImage img; Detector bd; int totalblobs=0; void...
View ArticleIssues with migrating to P3 in Eclipse
I am migrating my project from P2 to P3 in Eclipse and experiencing a few issues. As such I have a few questions: 1: Is the following still the correct way to declare the MainActivity class? public...
View ArticleUnreadable 'AndroidManifest.xml' file
Dear developer To read the content of an AndroidManifest.xml file is very difficult, because the whole text is located in only one line $%&@ Pleeeease add some linefeeds when creating the...
View Articlegetting started with Processing on Android
I have some questions regarding Android and Processing which I hope someone can answer. Do I have to look at something specific when buying a android tablet, or will about any android tablet do? Any...
View ArticleAndroid Mode: tutorial or step-by-step summary for getting started
I am running Processing 3.0.1 on a Windows 10 PC and trying to branch out of Java mode to Android mode. I think I installed the Android SDK according to instructions. However, in trying to use either...
View ArticleFX2D cannot be resolved to a variable.
The following produces the error mentioned in the title: void settings(){ //size(displayWidth, displayHeight, FX2D); fullScreen(FX2D); smooth(); } I am using Processing 3.0, Android Mode. Anybody knows...
View ArticleKetai Camera settings
I am using Processing 3.0.1 in Android mode with the Ketai 12 library (Samsung S2 Cyanogen KitKat Phone). When trying to get the camera example working, the video preview really looks messed up,...
View Article"Could not create a virtual device for the emulator".
I just did a fresh (today) install of Processing 3.0 (latest download available from processing.org), and installed the Android SDK - Android 6.0 (API 23) and Android 2.3.3 (API 10). In older versions...
View ArticleonActivityResult, startActivityForResult and SDK API 10 Errors
So, I am trying to learn Android mode thru Scott C's 4 part tutorial. here at http://arduinobasics.blogspot.com/2013/03/arduino-basics-bluetooth-android.html The problem is when I try to simulate his...
View ArticleUbiquitous Application
Hi Does someone know how to make an Android app that runs continuously in the phone - like the clock for example. I would like to build an app that works silently on the background. Best bp
View Articlekeytool error when running a script in android mode
Hi, I am running processing 3.0b5 with the latest android version. The PC is running linux mint 17.1. When trying to run a simple script i get the following error when trying to run in the emulator:...
View ArticleAndroid Savefile,Openfile,Writefile processing 3.0.1...THE EASY WAY!!!
im writing a visualiser and need save and load settings here is a quick save file function. still working on the string save function and open function. got this from stackoverflow works to save file...
View ArticleProblem with Android Keystore Manager
Hello everybody! When i try to export an android signed package and i put the password (the first time) appears in the console: java.io.IOException: Cannot run program...
View ArticleAndroid mode processing 3.0a9 x64 still wont download
android mode is now listed in modes but still wont work it downloads to tmp folder inside is AndroidMode folder. moved to mode folder but still wont work. has anybody tested this....
View Articleget error "lost connection with device while launching. try again" when tring...
I have a fresh install of processing (3.0.1) and have installed api 15, api 22 and api 23 with api 15 as the target sdk. The selected devices menu is blank (as i am trying to run the emulator?). I am...
View ArticleKetai Bluetooth dataevent interrupt
Hi, in my project, arduino sends two byte data by osc protocol. In android side, mobile phone get them via bluetooth (ketai-osc) and send to other PC by osc meessage as gateway. Arduino sends very fast...
View ArticleOUYA Games?
Hello, I've developed a game mostly in Processing for Android and am almost done with the next one. Has anyone developed for OUYA with Processing?
View Articlep5 libraries in processing 3
I was just wonderring - is it possible to use p5 libraries in processing? I would love to use the p5.play library here, and because p5 is strictly based on processing I guess this should be possible....
View Articlesave to server
Is there a way to send some variables to save them on a server on the web? Even calling a php script on the server?
View Article