Tuesday, January 17, 2012

apk sign error in Android/Eclipse


I am facing the following error whenever I try to sign the apk with existing key store. Is it an error in the logic of my program or is it because I use an old version of Eclipse?



The error is:




Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/dstudios/bl/ConnectionManager;



ConnectionManager is my class and it is in the bl package.

No comments:

Post a Comment