Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files defi

1.阿里路由组件化开发出现以下问题,检查是否在基础lib中添加

annotationProcessor "com.alibaba:arouter-compiler:1.1.4"

Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files defi

2.组件化阿里路由使用

1.在基础lib中添加compile 'com.alibaba:arouter-api:x.x.x'

注意:不可添加 annotationProcessor 'com.alibaba:arouter-compiler:x.x.x'

 annotationProcessor 'com.alibaba:arouter-compiler:x.x.x' 这句应该在每个项目中进行添加 否则会无法跳转,找不到要跳转的目标