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

Library works fine from Eclipse but not Processing IDE

I'm trying to make sure Blepdroid (https://github.com/joshuajnoble/blepdroid) works well before I tell more people about it and I'm able to use it from Eclipse Luna (aka 4.4.2) without issues, e.g. I...

View Article


Is it possible to upload program to google app store?

I was wondering after I code my program what the steps are to get an app published on the google play store. Keyword: steps

View Article


How to select an image from Android device

Hi! I need some help, please! I'm making an Android app where I want the user to select an image from the gallery to load into the app, I've seen the method selectInput() but it's only working in Java...

View Article

Audio file can't be found if too much files in data folder

Good day to everyone, I'm stuck in a problem since two days, googling everywhere and making only little steps forword. Now i decided to register me in this forum to ask for help :) . After some efforts...

View Article

Image may be NSFW.
Clik here to view.

An error ocurred while running "android create avd"

Processing 3.2.1 installed. Android SDK installed, working. AVD API 23 Created, running on emulator. Windows 7. 64bits. When I run a sketch in emulator Processing brings me this message: My device...

View Article


Running sketch independent from the computer

Hi! I am able to run a sketch on my tablet while plugged into my computer, but how do I run a sketch on an Android device without USB connection. Am I missing something? Thanks!

View Article

Save Screen Image

Hello, when i save the screen image, the result is a file with the correct name and the correct directory on my device, but the file is empy. This is my code: void setup() { size(1200, 700);...

View Article

Open sound control between tablet and computer message error (works on two...

Hey! I was able to get this code to work on two computers, but it's not working at all when I try to run the sketch independent of the browser on my tablet. I'm wondering if this has something to do...

View Article


Uploading to Google Play Store Error

I made an app and exported it using APDE however when I go to upload it to the play store I get this error: "Upload failed Your APK cannot be analysed using aapt. Error output: Failed to run aapt dump...

View Article


App taking consderable time while loading in Android mode, but java mode is...

Code is shown below. Please help. import oscP5.*; import netP5.*; OscMessage myMessage; OscP5 oscP5tcpClient; float i; float a = 0.0; float inc = TWO_PI/25.0; void setup() { size(640, 360);...

View Article

Send Integers from android phone over Bluetooth with bt.braodcast Function

Hi everybody, im struggeling while trying to send Integers from my android Phone of the Color Pixels of a wheel rgb image, to arduino over Bluetooth with the bt.braodcast Function.. Has anyone an Idea?...

View Article

Ketai Library

hii.. Has anyone used the bt.broadcast function for bluetooth ?

View Article

Android emulator mode not working on mac osx yosemite

I have a fresh install of processing and an updated java. I let processing load the android mode and then it asked to downlload the android emulator. this is a mid 2012 macbook pro running osx yosemite...

View Article


Android App is not establishing the connection.

I have created Android app as tcp client and my pc is acting as tcp server(processing in java mode).I am using oscP5 library. When i try to run android app on mobile (with Wifi or mobile data 'on'),...

View Article

Ketai Camera and Zxing Library, I need help. :)

I want to scan QRcodes using the Ketai Android support library, As we all know it has KetaiCamera which utilizes your mobile phones camera and actually reads the images out of it. I want to integrate...

View Article


Image may be NSFW.
Clik here to view.

function does not exist in AndroidMode.

info shows in the image solved,It's version problem,If you using ""Add Mode" in P3.1or3.2 IDE,It didn't provide right version,You shoulde manualy find relate version from github,I answered myself...

View Article

Why doesn't disconnect TCP client Android from TCP server PC?

This is my code: import controlP5.*; import oscP5.*; import netP5.*; /********************************************************************************/ ControlP5 cp5; controlP5.Button BCONECTAR,...

View Article


how can I Export Signed Package for older versions of Android? - legacy...

I'm trying to create APKs for use on older phones and older versions of android. I have tried installing the older Target SDKs to Processing 3, but I get the following build Errors. BUILD FAILED...

View Article

How to solve Dx Dexer error" DX Merger failed"

HI. I am getting the folowing errors on Processing APDE: DX Merger failed Java.nio.BufferOverflowException. Long list of list of errors Please any hints? this is on Motorola Xoom Mz605

View Article

How to make Bluetooth status visible

Hii, i need to make the bluetooth status visible in the app, i am using this Code /** * ControlP5 ScrollableList * * replaces DropdownList and and ListBox. * List can be scrolled by dragging the list...

View Article
Browsing all 941 articles
Browse latest View live