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
In my case I use this dependency:
compile 'com.github.nkzawa:socket.io-client:0.3.0'
The json is wrong. I changed
implementation('com.github.nkzawa:socket.io-client:0.3.0',{ exclude group:'org.json',module: 'json' })