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
The three Gradle Build errors seems separate from the invalid VCS root mapping error.
For the invalid VCS root mapping error, you can go to the root of the project C:\Users\alfayed\Desktop\awesome-chat
, and create a git repo by git init
.
For the three Gradle Build errors, you can debug the details with the source code.
When you clone your project from git make sure you do:
git clone --recursive YOUR-GIT-URL
or if you have already cloned then to fix it:
git submodule init
git submodule update