Error: Module not specified (IntelliJ IDEA)

后端 未结 5 2102
终归单人心
终归单人心 2021-01-31 13:25

I was trying to execute a simple program in IntelliJ IDEA as a static web project. I\'m newbie and I\'m learning web development with Node.js. I took help from the official webs

5条回答
  •  粉色の甜心
    2021-01-31 14:03

    Faced the same issue. To solve it,

    • I had to download and install the latest version of gradle using the comand line. $ sdk install gradle using the package manager or $ brew install gradle for mac. You might need to first install brew if not yet.
    • Then I cleaned the project and restarted android studio and it worked.

提交回复
热议问题