I've been tearing my hair out over this one, for the past 3 hours I've been trying to fix it but have been unable to. I've created an android app and I'm ready to put it on the android market but I get this error when trying to export to an apk.

Unable to execute dex: Multiple dex files define Lcom/google/ads/Ad;

I've read a bunch on the problem and tried quite a few solutions but nothing has seemed to help. I've cleaned and rebuilt, I've delete the bin folder, I've made sure that the bin folder is excluded build path. Nothing's worked. If anyone could help me I would really appreciate it.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

On another post with a problem similar to yours the only thing mentioned that you have not already considered was updating Eclipse. I don't know how or what order that you have done these "fixes" but another poster mentioned that all at once he deleted the the bin directory for his project, cleaned and rebuilt the project and restarted Eclipse. After that the error disappeared.

Good Luck- Lijap

link|improve this answer
That's what I ended up doing, uninstalling/reinstalling everything. – Stratus Dec 31 '11 at 21:27
Thanks for accepting my answer! Hope your app sells well too. – Lijap Dec 31 '11 at 23:38
1  
@Lijap Why does this sound (and feel) like Voodoo? I am leery about updating a perfectly working Eclipse when the problem only exists in one application: Google's market billing sample. Any tip or insight that can help me understand why this problem is happening and what it means would be greatly appreciated. +1 in the meanwhile... – Bill The Ape Jan 4 at 18:04
I am not sure while this problem is occouring. Maybe it has something to do with conflicting dependencies from googles ad program and eclipse or the ADT. Some of the other sample applications on the official developer site have errors too, some are just not updated fast enough.I hope google will figure something out soon. Thank you! – Lijap Jan 8 at 15:41
feedback

Check if you have named the project in debug/run preferences.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.