Using Intellij + Maven to import libraries: cannot resolve symbol

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?

+4
source share
1 answer

maven reimport ( ). IntelliJ reimport , pom.

, maven IntelliJ , maven IntelliJ, .

, , , maven?

+16

Source: https://habr.com/ru/post/1540019/


All Articles