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

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

Open
jacobrejin opened this issue Feb 7, 2019 · 0 comments

Comments

@jacobrejin
Copy link

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

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

1 participant