Conversion to Dalvik format failed with error 1 with a scary message in the Console view

前端 未结 3 406
太阳男子
太阳男子 2021-02-07 17:31

I\'ve seen a few questions with this topic, but when I search for the other part I have in my error, I don\'t find anything, so I decided to post a question with the full explan

3条回答
  •  [愿得一人]
    2021-02-07 18:11

    Had the same issue.

    The following action helped me to get rid of this error message.

    1) Go to Project--> properties-->Java Build Path

    2) Select Order and Export tab

    3) Deselect the Android Private Libraries and Android Dependencies and click ok

    After this the application got launched successfully.

提交回复
热议问题