You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Hi I'm using Android Annotations V 3.0 Snapshot,
I have two projects Project A is a library project, Project B is the main project and has an dependency on Project A.
I'm getting following error when I use @ Background annotation in both projects.
Unable to execute dex: Multiple dex files define Lorg/androidannotations/api/BackgroundExecutor$Task;
I think the reason is both projects generate org.androidannotations.api.BackgroundExecutor class.