I have a jar library. I used Java Class File Editor (CE) to modify one class in this library. In this class, I changed a variable from private static final to public static. Afterwards, I put the newly modified class file into same jar library using WinRAR.
However, running the app on Android produces a NoClassDefFoundError.
How do I resolve the NoClassDefFoundError?
Please help.