Unable To Resolve Eclipse "archive For Required Library..." Issue
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 and everything was fine till I dec
Solution 1:
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.
Post a Comment for "Unable To Resolve Eclipse "archive For Required Library..." Issue"