Hi I'm getting "Unable to execute dex: Multiple dex files define LAbstractLevel;" when trying to create the Release unsigned build. I followed http://developer.android.com/guide/publishing/app-signing.html#releasecompile
In particular: "To export an unsigned .apk from Eclipse, right-click the project in the Package Explorer and select Android Tools > Export Unsigned Application Package. Then specify the file location for the unsigned .apk. (Alternatively, open your AndroidManifest.xml file in Eclipse, open the Overview tab, and click Export an unsigned .apk.)"
Both methods give the same error. Anyone have any thought on this issue?
PS Debug/Run building works fine on devices and emulator.
Thanks,