Tomiwa-Ot / moukthar

Android remote administration tool
https://youtu.be/ykOx19hAaD4
GNU General Public License v3.0
351 stars 94 forks source link

Android socket connection to FlaskSocketIO #2

Closed Tomiwa-Ot closed 2 years ago

Tomiwa-Ot commented 2 years ago

Downgraded socketio from 2.0.1 to 0.8.3 in build.gradle

implementation ('io.socket:socket.io-client:0.8.3') {
  // excluding org.json which is provided by Android
  exclude group: 'org.json', module: 'json'
}

https://github.com/socketio/socket.io-client-java/issues/692 I downgraded to avoid SDK issues.