I have an application that has been working and compiling just fine so far. However when I go to Export it, Android Dependancies is added automatically, which throws a
Conversion to Dalvik format failed with error 1
I’ve put research into this and I know it is because Android Dependencies is adding duplicate files. I’m currently trying to clean that up, however is there a way to disable Android Dependancies from automatically being generated on export?
Ended up just fixing the problem by removing the duplicated Jar files. Still wondering if this is possible, even if its not a good solution to the problem I ran into.