I clone my project and can't run the code
Answered
Well I clone my code to different computer that also has IntelliJ and the files are correct but I can't run my code.
The run button is grey out.
Anyone here can help me to understand why? and how to fix it?
Thanks a lot :)
Please sign in to leave a comment.
Please provide the screenshot of the IDE window and the project view.
Make sure the source roots are set correctly, see https://stackoverflow.com/a/43319356/104891 .
See also https://intellij-support.jetbrains.com/hc/articles/206544839 for the details how you can share IntelliJ IDEA projects.
I follow this link now I can run.
Thanks