Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

error loading archive #186

@luckseal

Description

@luckseal

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


} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions