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 ArticleIs 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 ArticleHow 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 ArticleAudio 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 ArticleAn 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 ArticleRunning 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 ArticleSave 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 ArticleOpen 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 ArticleUploading 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 ArticleApp 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 ArticleSend 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 ArticleAndroid 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 ArticleAndroid 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 ArticleKetai 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 Articlefunction 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 ArticleWhy 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 Articlehow 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 ArticleHow 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 ArticleHow 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