Java file outside of source root | Just learning Java | Google Ads API

Answered

I'm trying to get the google ads client library into Intellij. Forgive me I've only been programming for about a month.

When I try and make a directory and insert the GitHub file, the contents say that the java file is outside of source root. 

Is there an easy solution to fix this? I've never downloaded anything from Github before. 

 

1
2 comments

This is the solution that worked for me:

I closed the project in IntelliJ, deleted the .idea folder in my project directory, and then reopened the project in IntelliJ.

2

Please sign in to leave a comment.