Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Android SDK Tools 26 #15

Open
miguelcostaUI opened this issue Mar 4, 2019 · 2 comments
Open

Not working with Android SDK Tools 26 #15

miguelcostaUI opened this issue Mar 4, 2019 · 2 comments

Comments

@miguelcostaUI
Copy link

I'm using Processing 3.5.3 and Android SDK Platform 26
screenshot 2019-03-04 at 15 47 09

App crashes trying to list the Serial ports

import io.inventit.processing.android.serial.*;

void setup()
{
    println(Serial.list(this));
}

void draw()
{
}

Also crashes if i try to open a port

serialPort = new Serial(this, Serial.list(this)[0], 9600);

Anyone knows how to fix this?
Thanks

@kelray
Copy link

kelray commented Apr 18, 2019

I echo that, I have the same problem with Processing 3.3.6 using Android Mode 4.0.4 and Android SDK 26.0.2.
When Processing tries to launch the app or I try to open it, it crashes showing "Unfortunately has stopped".

@willannison
Copy link

same here just crashes as soon as it tries to open a port. any chance of a fix or some example code with it working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants