mik3y / usb-serial-for-android

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

NoClassDefFoundError - UsbSerialProber #478

Open Krykiet opened 1 year ago

Krykiet commented 1 year ago

Hi, I am trying to create Unity plugin using USB serial connection. After implementation of the plugin and including it in build.gradle I try to invoke the described connection method. Unfortunately, I receive following error: image

Any ideas why could this happen?