I imported the library (JBox2D) using Maven in IntelliJ 13 for use in an Android project. Maven did not give me any error messages, so I assume that the library was imported correctly.
However, as soon as I try to use the class from the library, I get the message "Can not resolve symbol". IntelliJ does not offer the ability to add an import statement, as usual.
How should I proceed?
source
share