[Solved] Get jar file from Android phone [closed]
.jar files usually contain no source code, but they contain class files with byte code (.class files, not .java files). Ever looked into a class file? That’s not readable code, it is a couple of VM instructions and it is not possible to get your source code back from those files. You can decompile them … Read more