Cannot access Android mode on latest version of processing?
So I added android mode and then processing (latest version) shut down and gave me this error. I have the Android SDK installed so I have no idea what I did wrong. All I want to do is use Android Mode...
View ArticleHow can I query an SQLite database from my Android Processing Sketch?
I cannot figure out how to do it using Processing 3. Does anyone know how?
View Articleabout playing audio file (.wav) backwards (reversing)
i have an app (android) which works with sounds, transforming them (changing pitch or rate and so on) at run time; one of the tranformations consists in playing some sound reversing it. Java Sound...
View ArticleRGB led over Bluetooth issue
Hi, folks! This is my first post on the forum, so i hope i can find the solution of my issue. I was using controlp5 and ketai libraries. My code: import ketai.net.bluetooth.*; import ketai.ui.*; import...
View ArticlePGraphics don't works
I have tried every possible combination and still PGraphics seems not to work in Android Mode. Is this a well known problem?
View ArticleHow can I modify the code of saving score so it can work on Android mode?
The code works on one of my games on Java mode. But on another game that I want to run only in Android mode does not work. The code I created is: class Score { PrintWriter writer; String[] reader =...
View ArticleHow to run Android Mode in Processing 3?
Hello, Could someone please explain how to run Android mode in processing 3? Is [this] (https://github.com/processing/processing-android/wiki) tutorial still up-to-date? when I try running a program in...
View ArticleHow to make android mode is always active
i make a project using oscP5, in this app i want to change background if any data receive via osc. but the problem is there is time out in android that will go to lock screen if no activity, its make...
View ArticleHow to get my address with Geocode
Hello I get my GPS position with the Ketai library. Is it now possible to get my address with the Geocode class: http://developer.android.com/reference/android/location/Geocoder.html I don't know how...
View ArticleHow can I transplant this processing PC terminal to Android devices?
I have got a Robot arm's processing code on gitbub:https://github.com/kidswong999/dobotArm How can I transplant this terminal to Android devices so I can control this robot arm on my Android smart phone?
View Articlecan't build file and download to device
this is what i get when "run for device": -set-mode-check: -set-debug-files: -check-env: Android SDK Tools Revision 23.0.5 Installed at C:\Users\barry\AppData\Local\Android\android-sdk -setup: [echo]...
View ArticleKetai/Processing change/bug?
Any Ketai users? I have Processing 3.0b6 android mode running (yeah), but am getting a new error for a sketch that has been fine up to now. I am guessing this has something to do with whatever changes...
View ArticleBuilding for Android from SubLime
Has anyone had success in building to Android using SubLime editor and the latest Android Branch? Just curious if this is possible. Right now, I have to switch over to Processing to build (which is not...
View Article3.0b6 errors
Like a few other users, I am struggling to get working with 3.0b6 AndroidMode. I have everything installed as far as I can tell using the embedded sdk downloader etc., and I can do an export of my...
View ArticleMANIFEST_MALFORMED
Has anybody else come across this... Run on device gets through the zip align etc but then I get a message to say the Manifest is Malformed Any ideas? -do-debug: Running zip align on final apk......
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 ArticleNeed AVD (et al.) tutorial
Daniel Sauter's book Rapid Android Development is excellent but glosses over the potential troubles in moving from straight Processing ( my original interest) to Android emulation mode. My attempts...
View Articleandroid SDK could not be loaded.
Getting the first "hello world" app to run is usually very frustrating, and this is no exception. I'm sure many people have had this problem, but i can find a clear explanation of what to do. I'm...
View Articlehow many files can we put in the data folder?
Hello, I'm trying to export a signed package and I have this problem : when I have 78 files (gif, jpg, mp3) in the data folder (less than 5Mb), the app is created. But when I have more than 78 files,...
View ArticleHow do I get the Android View for my sketch?
I want to get access to the Android View object of my sketch. For example to call the setKeepScreenOn function. How can I do this? cheers Phil
View Article