Error: Project 'app' not found in root project 'projectName'

后端 未结 3 452
时光说笑
时光说笑 2021-01-24 10:40

I have an old app developed in Eclipse and now trying to migrate it to Android Studio.

I updated the libraries and followed the basic steps.
Now, I am getting thi

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-24 11:08

    In case anyone is still looking for solution, please verify if you have any issue with settings.gradle.

    settings.gradle should contain below strings:

    **include ':app'**
    

提交回复
热议问题