Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Browsing all 941 articles
Browse latest View live

Functions doesn't exist

When I write the following code in Android mode, it instantly tells me: "The function "fullScreen()" does not exist". void setup() { fullScreen(); } When I do this in Java mode, it works. Any help?

View Article


Visualizing audio on Android (Minim-alternative)

Hello, I wrote a sketch in which multiple audio files are being visually represented by a waveform in real time. The whole thing was written using Minim, but apparently Minim is not supported on...

View Article


Processing Build Error

Hi, I'm getting this error when i try to build Processing. compile: [methods] No changes to PApplet API. [mkdir] Created dir: C:\Users\Carlos\Desktop\Pross\processing\core\bin [javac] Compiling 52...

View Article

Every time Compile APK into Android Phone, It Keep Stop Working?!

I had sought the answer from everywhere but there was not the solution at all and it makes me upset. Even thought I tried my friend's phone but it still stops working when I tried to run the game....

View Article

Stretch processing sketch to full screen resolution meanwhile it still remain...

I developing this game by using this resolution size(600, 800); and every code has been developed based on 600pixels x 800pixels. But then when I tried to scale it to fullScreen();, everything messed...

View Article


IPCapture code example crashes

I am trying to use the example code from IPCapture, but it crashes right after start. I think I had it running once, but now I am not so sure. I do have the permissions set as required in the code. The...

View Article

OS detection

Is it possible to use something like this? void setup(){ if (OS == "Android"){ fullScreen(); } else size(400, 400); } ...

View Article

Error from inside the Android tools, check the console

Hello everyone, Like many others I am encountering "Error from inside the Android tools, check the console" when trying to run my sketch on my device. My phone is running Android 4.4.2, I am using...

View Article


VR sketch not working on Daydream View

The Introduction to VR page says VR sketches should run on both the Cardboard and the Daydream View. I have the latter, but I fail to deploy even the simplest of demos [1]. The app crashes and I get...

View Article


Where do I find the net library

Hello. I feel like I'm being stupid, but I can't find the Network library. I tried looking for it everywhere on the internet and then I also thought, that it is already built in Processing and I tried...

View Article

Trouble with adb after installation

Hello everyone, I'm using processing on ubuntu for almost one year now and I'd like to export my sketches for android. So I tried to install the android mode, which asked me to install the android sdk....

View Article

.txt files in Android Mode

I'm upgrading an android game i've built some months ago ([https://play.google.com/store/apps/details?id=com.Sarothlon.MazeGenerator&hl=it](See it here)) so I first tested the new version on java...

View Article

How do I get AndroidMode work?

I'm having a lot of trouble with processing for android... can anybody help me? I haven't found a solution yet: -Once I've installed AndroidMode, and I try to run my sketch I receive 14 error messages...

View Article


Blepdroid receiving data

Thanks to the Blepdroid Library I’m able to send, with my Processing built Android App, commands to a Adafruit Bluefruit BLE module. Next thing I try to accomplish, is reading information from my...

View Article

Image may be NSFW.
Clik here to view.

Motion sensor application or solution

Motion sensor application or solution Good morning. nice to meet you. Request a method or example for the motion sensor. Here's an image of what I want to do. What should I use? Experts are waiting for...

View Article


Exporting signed package

I downloaded processing, android mode and android SDK several times, but every time i try to export the signed package of a large project (pretty much 1300 lines of code) processing never end the...

View Article

How to show a print or text running on pc java or anrdoid java?

pseudo code: if (androidjava) then text("your on android mode") else if (pcjava) then text("your on pc mode") can you give a working source code example?

View Article


Why return null length in Android mode?

This function in java mode works well.. but in android mode returns null length of folder.. any solution?? PImage[] loadImages(String nameFolder) { java.io.File folder = new...

View Article

Testing the upcoming stable version of the Android mode

Hi everyone, We have been hard at work during the past few months with the GSoC 2017 students (Rupak and Sara), readying the next stable version of the Android mode, which supports live wallpapers,...

View Article

Is it serial library for android available?

Hello, I want to connect an arduino with my phone to transfer data but it's look like there is no working library for this. I've already tried this library but the apps crashed at the lauch with the...

View Article
Browsing all 941 articles
Browse latest View live