Skip to content

Not working with Android SDK Tools 26 #15

@miguelcostaUI

Description

@miguelcostaUI

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions