How can I fix this issues while compiling release build in Android Studio 3.0 RC2
Error:Error: commons-logging defines classes that conflict with cl
Add to build.gradle located in app module
configurations { all { exclude module: 'httpclient' exclude module: 'commons-logging' } }