tor-android
tor-android copied to clipboard
sampleapp can not run
I am trying out tor on android, since im new and got not sure where to start, so I go for the sampleapp, but it does not run as I expected
Gradle sync issue

then I solve it with comment out the gradle-wrapper.properties
#distributionSha256Sum=336b6898b491f6334502d8074a6b8c2d73ed83b92123106bd4bf837f04111043
but then when I sync and run it again now its showing blank webView

and got this on the Run terminal

E/JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 340)
W/GmsClient: IGmsServiceBroker.getService failed
android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died, but this could also be caused by running out of binder buffe
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(BinderProxy.java:584)
at rF.b(chromium-TrichromeWebViewGoogle6432.apk-stable-495157434:288)
at com.google.android.gms.common.internal.BaseGmsClient.p(chromium-TrichromeWebViewGoogle6432.apk-stable-495157434:53)
at WB.run(chromium-TrichromeWebViewGoogle6432.apk-stable-495157434:1849)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at Bq0.dispatchMessage(chromium-TrichromeWebViewGoogle6432.apk-stable-495157434:223)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.os.HandlerThread.run(HandlerThread.java:67)
any idea what might cause this? and how to fix?