Invalid VCS root mapping - 3 errors on my project

后端 未结 8 1604
闹比i
闹比i 2021-02-18 22:58

When I import project to Android Studio, I found this errors:

  • Error:No resource found that matches the given name (at \'label\' with value \'@s

相关标签:
8条回答
  • 2021-02-18 23:34

    For resolving "Invalid VCS root mapping"

    Make sure the project was cloned and not downloaded as a zip into the directory you are using (there should be C:\Users\alfayed\Desktop\awesome-chat.git directory on your disk).

    0 讨论(0)
  • 2021-02-18 23:39

    For the Invalid VCS root mapping error, you can fix it by deleting the vcs.xml file located in the .idea folder of your project and then Reopen your IDE.

    0 讨论(0)
  • 2021-02-18 23:42

    For the Invalid VCS root mapping error you can fix it by deleting the vcs.xml file located in the .idea folder of your project and then rebuild your project.

    0 讨论(0)
  • 2021-02-18 23:51

    For the Invalid VCS root mapping error, deleting the .idea folder of your project and then rebuild your project.

    0 讨论(0)
  • 2021-02-18 23:53

    Make sure the project was cloned and not downloaded as a zip into the directory you are using (there should be C:\Users\paula\Git\OpenTripPlanner.git directory on your disk). and make sure your gpath to git executable is indicating the correct path.

    0 讨论(0)
  • 2021-02-18 23:54

    all you need is to delete the vcs.xml file inside an .idea folder this works!

    0 讨论(0)
提交回复
热议问题