Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android studio编译library不通过 #2

Open
deng7777777 opened this issue Apr 28, 2016 · 1 comment
Open

android studio编译library不通过 #2

deng7777777 opened this issue Apr 28, 2016 · 1 comment

Comments

@deng7777777
Copy link

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乱码了,也没法贴日志

@gdpancheng
Copy link
Owner

已经上传了studio的支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants