Android Studio: Module won't show up in “Edit Configuration”

后端 未结 30 2186
情歌与酒
情歌与酒 2020-11-29 15:38

I\'ve imported a project to Android Studio with several subprojects.

I want to run a subproject.

I successfully made this subproject\'s build.gradle as a mo

30条回答
  •  余生分开走
    2020-11-29 16:30

    1. Close all Android Studio projects

    2. Remove the project from the recent projects in Android Studio wizard

    3. Restart Android Studio

    4. Use import option (Import project- Gradle, Eclipse ADT, etc.) instead of open an existing

    5. Project AS project

    6. File -> Sync project with gradle files

提交回复
热议问题