Android aar 引入后 classdef not found ,aar Rejecting re-init on previously-failed class

aar 引入后运行时,提示Rejecting re-init on previously-failed class很有可能是aar编译时需要引入某库,而在依赖工程内不存在该库,并且编译通过,运行时报错,这时需要在依赖工程内引入该库,例如 你在编译导出aar 时使用了
compile 'me.weishu:epic:0.3.6'
那么在使用该aar的工程内 也需要引入该库,
posted @ 2018-07-11 15:58  清澈见底  阅读(360)  评论(0编辑  收藏  举报