Dear all,
Eclipse’s workspace folder name cannot contained parenthesis symbol else gradle will ignore the parenthesis symbol in the folder name and the path will became invalid.
Example :
MyWorkspace(II)
Gradle will ignore the parenthesis symbol and the path became only :
MyWorkspace
Eclipse has no problem with this. only Gradle.
Thanks
Ivan