我有两个项目项目 A 是一个库项目,项目 B 是主项目,并且依赖于项目 A。
在两个项目中使用 @Background 注释时出现以下错误。
Unable to execute dex: Multiple dex files define Lorg/androidannotations/api/BackgroundExecutor$Task;
我认为原因是两个项目都生成org.androidannotations.api.BackgroundExecutor
类。
有什么解决办法??
(我正在使用 Android Annotations V 3.0 快照)