mik3y / usb-serial-for-android

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

App falls down with ProbeTable #382

Closed SunSayIsCool closed 2 years ago

SunSayIsCool commented 3 years ago

When I start my service for CDC device port listening it falls down with this error: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/hoho/android/usbserial/driver/ProbeTable;

Can you advice me how to fix it?

kai-morich commented 3 years ago

which version of the library do you use? do you compile it yourself? Since v2.1.0 a proguard-rules.pro entry should prevent elimination of classes.

SunSayIsCool commented 3 years ago

I'm using 3.4.2 version and add to my project by implementing dependency in Gradle

kai-morich commented 3 years ago

please provide exception call stack