android-classyshark icon indicating copy to clipboard operation
android-classyshark copied to clipboard

error loading archive

Open luckseal opened this issue 5 years ago • 1 comments

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 ================


} 

luckseal avatar Jun 27 '20 09:06 luckseal

Something is broken with the APK, have you tried to run ClassyShark from command line (java -jar ClassyShark.jar) and inspect the exceptions

borisf avatar Jun 28 '20 17:06 borisf