LoonAndroid3 icon indicating copy to clipboard operation
LoonAndroid3 copied to clipboard

android studio编译library不通过

Open deng7777777 opened this issue 8 years ago • 1 comments

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

deng7777777 avatar Apr 28 '16 04:04 deng7777777

已经上传了studio的支持

gdpancheng avatar Apr 28 '16 07:04 gdpancheng