socket.io-android-chat
socket.io-android-chat copied to clipboard
Failed on building project - Android studio 2.2.2
I tried to run this project on android studio 2.2.2 But it give me error
Failed to resolve:io.socket:socket.io-client:0.8.1
So I changed the dependencies like below
compile ('io.socket:socket.io-client:0.5.0') { exclude group: 'org.json', module: 'json' }
But same result. Any advance ?
Try this:
compile ('com.github.nkzawa:socket.io-client:0.3.0') { // excluding org.json which is provided by Android exclude group: 'org.json', module: 'json' }