Conversion to Dalvik format failed with error 1 - Why?

谁都会走 提交于 2019-12-01 19:27:30
Bill The Ape

Problem finally solved, using this solution from the amazing @TheTerribleSwiftTomato .

This was all caused by "Changes to Library Projects in Android SDK Tools, r14".

Thank you @Google for making my life so miserable. If you introduce a radical change in the system's behavior, don't force me to "upgrade" from SDK 9 to SDK 16 when I am not ready yet to gobble up all the information that comes with it (or at least, issue an error message that can point directly to this change).

On the other hand, truly thank you @Google for introducing the long awaited, much yearned for, feature that generates each library project into its own JAR file. This is a true life saver, which is only available from SDK Tools r14 on. Wow!

if you are using cocos2dx. Simply issue is that your workspace is not configure with android sdk. just make a new workspace or existing workspace configure with your IDE (eclipse or android studio).it work for me

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!