Closed
Description
The library is using JWT library that uses features of apache commons-codec that is only available in version 1.4 and higher, the problem is android runtime has a built in commons-codec that will always be used in runtime which is version 1.3. Therefore result to method "java.lang.NoSuchMethodError: No static method" error due to those features are not available yet in version 1.3 of commons codec.
gz#6908
Metadata
Metadata
Assignees
Labels
No labels