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

后端 未结 3 423
时光说笑
时光说笑 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条回答
  •  猫巷女王i
    2021-01-24 10:47

    I think your project is too old.

    Here is a classpath use it. Then your project will ask for update and Project will automatically update to latest version. It work like mid upgrade then high upgrade for too old project. Actually it work for me many times. I am not sure but you can try this. Use this instead of latest class path.

    classpath 'com.android.tools.build:gradle:2.3.0-alpha2'
    

提交回复
热议问题