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
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