Main method
Answered
Hello,
I am having an issue with my IntelliJ. Whenever I unzip a project from another Intellij user to my pc and my laptop.
I get the same problem.
I could not figure it out.
Please find enclosed attachments
I appreciate for any response.


Please sign in to leave a comment.
Problem solved.
1.Right click on src package
2.Mark Directory as
3. Source Root
4. it should work now
Hi Rashid,
The reason may have been that the 'src' folder was not marked (or accidentally unmarked) as a source root by the project creator. Your solution is a good one.
Also, this documentation page may be helpful in this context.
See also https://stackoverflow.com/a/43319356/104891 .