My phone cant be connected
Good evening! I'm writing to ask You about an advise. I've turned on USB debugging but when I link my mobile phone to the computer, Processing doesn't recognise my mobile.
View ArticleWhere is the processing-android.jar?
Hello, I'm follow this guide here: http://android.processing.org/tutorials/android_studio/index.html But I have a problem, I can't find the processing-andoid.jar. Where is it or where I can download...
View ArticleHelp Me!I use Processing Minim to play Map3 files in Android
Help Me!I use Processing Minim to play Map3 files in Android, but I reported the following error: 11-07 17:12:15.540: I/System.out(28177): ==== JavaSound Minim Error ==== 11-07 17:12:15.540:...
View Articleandroid serial usb arduino hiccups?
Hello everyone, i've been working with processing and the android mode for a few days now, and i decided to do this little sensors report when i plug in my android phone to my arduino. i set up the...
View ArticleInherit frame rate from display
So I've optimized my sketch so every thing runs on the same speed independent from the frame rate so now someone with 30 fps can play at the same speed as someone with 90 fps but it looks smoother for...
View ArticleloadJSONArray immediately failing on Android build
Hi all! I am working on a little project which makes a request for a JSON array from an external server based on a lat/long pairing. The app compiles ok without errors, and runs ok on the device, but...
View ArticleConnecting VR and Ketai Bluetooth in Android mode
Hi all, I am having problems connecting VR mode and Ketai Bluetooth connectivity in Android mode. (Win10; Porcessing 3.3.5; Android 6.0.1; Samsung S5 Neo). Independently code for Ketai bluetooth works:...
View ArticleError on app start
I have a game I made and I decided to try to make it for android. I copied the code to another file to start the android version. I changed "mouseX" and "mouseY" to touches[0] for now and I made the...
View ArticleBluetooth / Android
I am following the following tutorial(http://arduinobasics.blogspot.in/2013/03/bluetooth-android-processing-1.html) I am having problem at this point of the code: if (!bluetooth.isEnabled()) { Intent...
View ArticleAttempt to write to null array
I am testing my game that I made for android and it keeps giving me the error below: FATAL EXCEPTION: GLThread 263 Process: processing.test.trimatelegacy, PID: 4879 java.lang.NullPointerException:...
View ArticleLauncher Icons for application
I am trying to upload a couple of apps to the Google Play Store but I don't understand exactly how to create my app's icons. This is stated in Processing's Android App Distribution Tutorial: "Android...
View ArticleSketches were running fine, didn't change anything and now I get an error?!
So I had some Android sketches laying around which worked perfectly the last time I played them on my devices. Today I tried to play them again, and I keep getting this error! Just one time, the app...
View ArticleHow can I play an android project on my android device ?
The question must sound odd but there is something I don't get right... I installed the SDK, set up my device's settings, and I can launch my work directly on it, within the USB. But how can I create...
View ArticleThe type oscP5.OscMessage cannot be resolved...
I am running the example "BluetoothCursors" from Ketai library. there is an error at line 125 \n if (m.checkAddrPattern("/remoteMouse/")) the error is as follows - \n "The type oscP5.OscMessage cannot...
View ArticleNo device connected!?
I have connected my huawei honor 7 lite to my laptop, but it says: "No device connected" I have enabled usb debugging. Help!
View ArticleHow to make a ping?
Please, could someone give me an example of android code to make a ping to a IP address and get the result?
View ArticleApde + ketai
Hello everyone, I was trying to use APDE plus the ketai library, just any example in the library I'm throwing an error. the error changes based on the path of the library you are looking for, in this...
View ArticleHow to use different SDK
Since I moved onto the new Android Mode version, 4.0, whenever I change the target SDK or minimum SDK, save and click "run", the target SDK gets reset to 26 which is 10 SDKs too new for my dev phone....
View ArticleHow to use Magnetic Field Sensor?
I can't figure out how to use the Magnetic field sensor, I may be completely dumb but take a look at this: import android.content.Context; import android.hardware.Sensor; import...
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 Article