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.
Comments
Post a Comment