Link

Troubleshooting


SymptomProbable CauseAction
Nothing appeared in the ‘Project SDK’ field in the “New Project Window”Java 13 may not have been installedInstall Java 13
Cannot run Git, getting an error message for an invalid active developer pathX-Code Command Line Developer Tools in Mac needs to be installed or updatedClick [Fix path] in the error message and follow its prompts
Cannot resolve symbol ‘junit’JUnit is not configured for current projectFollow Installing JUnit Into The Current Project
Package name does not correspond to the file pathTest files are not in the correct directoryEnsure the downloaded test files are directly under the ‘src’ folder
The CheckStyle rules file could not be parsedCheckStyle version does not match the version of the Checkstyle configuration fileNavigate to [Preferences] > [Other Settings] > [Checkstyle] and try changing your CheckStyle version to 8.0 or lower