I have updated Android Studio to 3.0 and now received a lot of issues.. now stoped on point with such issue:
Could not resolve all files for configuration \'
add below code to your build.gradle (Module) to skip error
lintOptions { abortOnError false }