I have updated Android Studio to version 3 and now seems unable to compile my project previously compiled without errors.
The error message is the follow
Add to build.gradle located in app module
build.gradle
configurations { all { exclude module: 'httpclient' } }