You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run LittleProxy-mitm on android with the code:
val server = DefaultHttpProxyServer.bootstrap()
.withAddress(InetSocketAddress("127.0.0.1", 8100))
.withManInTheMiddle(CertificateSniffingMitmManager())
.start() but the app crashes with this error.
I'm trying to run LittleProxy-mitm on android with the code:
Full error:
The text was updated successfully, but these errors were encountered: