android-classyshark
android-classyshark copied to clipboard
error loading archive
When i was decompiling a apk file. ClassyShark hint "error loading archive"
error message
package java.lang;
import java.lang.String;
import java.lang.Throwable;
public class Exception extends Throwable
{
//======================== F I E L D S ==================
static final long serialVersionUID;
//======================== C O N S T R U C T O R S ======
protected Exception(String,
Throwable,
boolean,
boolean) { ... }
public Exception(Throwable) { ... }
public Exception(String,
Throwable) { ... }
public Exception(String) { ... }
public Exception() { ... }
//======================== M E T H O D S ================
}
Something is broken with the APK, have you tried to run ClassyShark from command line (java -jar ClassyShark.jar) and inspect the exceptions