mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.72k stars 1.57k forks source link

How can I create a .jar file? #559

Closed AlbertBence closed 5 months ago

AlbertBence commented 5 months ago

"If you need a jar file (e.g. for cordova) run gradle task createFullJarRelease and use full.jar" This is the only description I find here.

It's my first time working on an Android project. I don't even know what a gradle task is, let alone how to run it. I tried making a .jar file using windows cmd java compiler, but it didn't work.

I know I'm probably missing the obvious, but please, someone explain me. I wasted two days of my life trying to create one.