Yes,
android-validator is a tag displayed in the console by Intellij's android builder.
Export gradle files command does not generate
settings.gradle file in the root of the selected project when exporting gradle files using Eclipse. It only generates
build.gradle.
The problem was caused by the fact that in my previous attempts I was trying to import projects by selecting the project folder, not by selecting build.gradle file!
However, during the initialization of gradle project I am getting another error message:
"Unable to create folder {project_root}\build.gradle\.idea" On windows, the problem occurs when a folder named
build.gradle is getting created which is not possible because the root already contains a file with the same name.
Trying to find a workaround, but no success yet.
Currently I'm stuck. Will let you know if I find something that helps.
Thanks,
Sime