Import eclipse project to Android studio - error “this project refers to Eclipse workspace…”

后端 未结 8 1029
梦如初夏
梦如初夏 2021-02-07 00:19

I tried to import an existing project eclipse to Android Studio, but I got a dialog message in import that I can\'t solve : \"this project refers to Eclipse workspace re

8条回答
  •  既然无缘
    2021-02-07 00:59

    First of all please make sure that you have done all steps in proper manner as provided here, the migration guide for projects in Eclipse/ADT

    As you can see from migration guide the Migration Prerequisites

    carefully see In Eclipse ADT section there they have already told this.

    It may be useful to record your workspace directory, path variables, and any actual path maps that could be used to specify any unresolved relative paths, path variables, and linked resource references. Android Studio allows you to manually specify any unresolved paths during the import process

    This answer have some best explaination of steps and the same question have other answers with pretty good picture representation.

    since i have seen this same problem you have in this specific answer the guy mentioned same problem and he tried again and successfully imported project. So you can Configure your build as @AR.3 mentioned in his answer. But i still want you to check that you have followed all steps perfectly because in most cases it shouldn't happen. You can try to browse your specific prject from your eclipse workspace and see whats happen.

提交回复
热议问题