When I try to export my Android application in eclipse I hust get this error
[2011-11-10 17:52:51 – Dex Loader] Unable to execute dex: Multiple dex files define Lcom/myDomain/MyProjectthatIcan’texport/R$array;
I only get this when I try and export the project to APK, not when I build and the project doesn’t have any errors
How do I solve this
I have found a way of solving this… You use the Android AVD to delete your AVDs (Android virtual devices), you use the SDK manager to delete the downloaded SDKs, then you use your file explorer to delete the folder which has the SDK things in, and you delete eclipse. You then reinstall eclipse and the android SDKs and try the export again; it worked for me.
NB Do not delete your workspace!!!