You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the core Jackson library works on Android, the MrBean module does not. This is because MrBean uses ASM to dynamically generate bytecode -- but the class file used by the Dalvik VM can only read class files in the DEX format.
While the core Jackson library works on Android, the MrBean module does not. This is because MrBean uses ASM to dynamically generate bytecode -- but the class file used by the Dalvik VM can only read class files in the DEX format.
One possibility would be to use a library like https://github.com/linkedin/dexmaker
The text was updated successfully, but these errors were encountered: