Today I updated the ADT and SDK to the latest version of r17. Now I can’t export my applications anymore every time I try to export an application, I get a conversion to Dalivk format with error 1.
It doesn’t matter if I try to activate with or without proguard via project.properties.
Hope someone can help me.
I cannot publish any magazines because it does not give me any output; (
Error message:
Conversion to dalvik format failed with error 1
Cheers, Mike
Edit:
Folder structure:
/ProjectName/src /ProjectName/gen /ProjectName/assets /ProjectName/bin /ProjectName/proguard /ProjectName/res /ProjectName/AndroidManifest.xml /ProjectName/lint.xml /ProjectName/proguard.cfg /ProjectName/project.properties
There are also Android dependencies:
/Users/
And reference libraries:
/Users/
EDIT
I tried to delete all the libraries and add them again. I tried to put external libraries in the libs folder and not add them through the properties. No difference ^^
source share