Using Intellij + Maven to import libraries: Cannot resolve symbol
问题 I have imported a library (JBox2D) using Maven in IntelliJ 13, for use in an android project. Maven didn't give me any error messages, so I assume the library was imported correctly. However, as soon as I try use a class from the library, I get "Cannot resolve symbol". IntelliJ doesn't offer the option of adding an import statement, as it normally does. How should I proceed? 回答1: Open the maven window and hit the reimport button (it's usually the first one on the toolbar). This will force