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.
Hello,
I have a project and 2 Library projects, all 3 of them using androidannotations.
When I build my project, I always get the following error:
[2013-12-30 14:28:06 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/androidannotations/api/SdkVersionHelper$HelperInternal;
[2013-12-30 14:28:06 - iLisa] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/androidannotations/api/SdkVersionHelper$HelperInternal;
I've already tried cleaning the project, restarting eclipse, to no avail. I'm not an expert in Eclipse/Java Classpaths
Anyone who could tell me what I'm doing wrong?