Skip to content

unable to import the library into processing for android in Desktop enviornment #14

Description

@jacobrejin

On the Processing IDE, choose Sketch -> Import Library -> Android Serial Library for Processing
( This will insert import io.inventit.processing.android.serial.*; )

importing does not add "import io.inventit.processing.android.serial.;" this line , instead adds these lines
import com.hoho.android.usbserial.
;
import com.hoho.android.usbserial.driver.;
import com.hoho.android.usbserial.util.
;

the library was not properly formatted by default so processing was not detecting it
I had to go to the libs\com\hoho\usb-serial-for-android\b96f9ca and rename and move the .jar file to the library folder with the library main directory name as per the instructions given in this website

any help will be appretitated

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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