Skip to content

android studio编译library不通过 #2

@deng7777777

Description

@deng7777777

IocHttpListener类里的isDestory方法里的 Method isDetached = object.getClass().getMethod("isDetached", null);
Method isRemoving = object.getClass().getMethod("isRemoving", null);
return Boolean.valueOf(isDetached.invoke(object).toString()) && Boolean.valueOf(isRemoving.invoke(object).toString());这几句用as编译死活不通过,也不报语法错误,我的as现在ide乱码了,也没法贴日志

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions