So, I have a third-party library which is a .jar file. There are several classes in this bank. The problem is that in one class there is one error in this .jar. I know this because I can decompile the jar file to look at the java code, which I'm sure this class is the source of the error in my program.
The idea is that I delete the class and replace it with my own class, but I do not know how to do this.
java android jar decompiling
Agung pratama
source share