Android Studio - Android Project View is Missing

前端 未结 4 1868
小蘑菇
小蘑菇 2021-01-11 23:06

I\'ve found some webpage but it does not guide me back to normal android project view. http://developer.android.com/sdk/installing/studio-androidview.html

I

4条回答
  •  情深已故
    2021-01-11 23:59

    For me, it happened when I used Kotlin KTS for Gradle files, but created a java library module for this project. After trying to reimport project I got an error:

    New Gradle Sync is not supported due to containing buildSrc module


    Solution:
    Migrate added module to kts
    Remove created by Wizard settings.gradle, if you already use settings.gradle.kts
    Reimport project
    File -> Close project
    Android Studio: import project
    Show it your current project location

提交回复
热议问题