OddCN / screen-share-to-browser

Instantly screen share from your Android device to pc browser over WiFi, with WebSocket.
Apache License 2.0
94 stars 40 forks source link

Not working Android pie #5

Open neeloor opened 4 years ago

neeloor commented 4 years ago

It is not working if I change target >26

zaheerkzz commented 3 years ago

in build.gradle change these lines: //j2v8 implementation 'com.eclipsesource.j2v8:j2v8:4.8.5@aar'

you can also change the following dependencies to latest: //WebSocket implementation 'org.java-websocket:Java-WebSocket:1.5.1' //rx implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar' implementation 'io.reactivex.rxjava2:rxjava:2.2.21' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' //web server implementation 'com.yanzhenjie:andserver:1.0.3' //j2v8 implementation 'com.eclipsesource.j2v8:j2v8:4.8.5@aar'