我有两个项目项目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快照)