Missing top-level build.gradle in multi-module project

前端 未结 6 448
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 14:15

I\'m missing the \"Top-Level\" project build.gradle script from my project:

\"enter

6条回答
  •  青春惊慌失措
    2021-01-01 14:50

    I had the same issue on my multi-module project, this solution worked for me.

    1. Closed all the open projects.
    2. Removed project from recent projects in "Welcome to Android Studio" window.
    3. Now click "Open existing android studio project" & browse to the project repo & select top level build.gradle.

提交回复
热议问题