Unable to resolve Eclipse “Archive for required library…” issue

后端 未结 1 932
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 01:01

I need help with resolving this very common Eclipse error.

Background: I am working on an android project with Eclipse(juno) ADT on Ubuntu 14.10 an

相关标签:
1条回答
  • 2020-12-22 01:28

    I have now fixed the issue.

    I think there was a duplication conflict between some of the JARs included in the project. Eliminating WebSocket.jar, json-org.jar and java-websocket-1.3.0.jar resolved the build issue and the code didn't really need these JAR dependencies anyways.

    0 讨论(0)
提交回复
热议问题