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
If you want to continue with async-http then add below following code only in app/build.gradle
async-http
app/build.gradle
configurations { all { exclude module: 'commons-logging' } }