Since moving to ADK14, I have been unable to build new apks for release on my Windows 7 system.
Building fails with \"conversion to dalvik format failed with error 1
For me this problem resided in too old build tools version installed (the build tools were behind the platform tools and sdk versions I was using). So what I did to fix the error:
sdk.buildtools=22.0.1
in the project.properties
files in all my projects and libraries. Now the error is gone.PS: The only drawback being that I hardcoded the version and in future updates I will not automatically use it.