Module … is not backed by gradle

前端 未结 10 937
一整个雨季
一整个雨季 2021-02-04 23:03

I\'m using IntelliJ IDEA Pro 13.1.2. Never used any versions below 13.

When trying to run build.gradle from IDE I get the message:

M

10条回答
  •  自闭症患者
    2021-02-04 23:42

    1. Do not select the project directory when importing
    2. Select the gradle file to import as a Gradle project
    3. I always use Local Gradle Distribution and Offline work to build, then switch back.
    4. It will auto build and you will see the gradle task in task window.

    Hope it works for you.

提交回复
热议问题