[:en]What does this symbol mean in IntelliJ? (red circle on bottom-left corner of file name, with ‘J’ in it)
Solution:
For those who have this problem with Android Studio. Try the following:
1) Navigate to your project settings
2) Go to Modules -> and under the module option tab select “Sources” – There should be an option to “Add Content Root” and below it, blue, green, and red tab folders for Source Folders, Test Source Folders, and Excluded Folders respectively.
3) On the right side, right click on the java source folder you want to add and select to add it to Source or Tests (depending on what kind of files you are adding).
4) The added files should now show up with a blue circle with a c in the center on the left hand project window pane.[:]