Closed elect86 closed 6 years ago
TL;DR: You will need to mvn install everything at least once
First of all, It is currently not possible to use it on Android. To do so, you would need to provide native Android Tor binaries and perform some additional changes (see https://github.com/ManfredKarrer/jtorproxy for inspiration).
About your issue: You are missing the actual tor binaries (you first error) or at least the platform-independent resources like geoip (your second output). Since I don't know how your gradle build file looks, this is hard to debug for me. These resources are part of external dependencies, you will need to mvn install everything at least once, as IDEs typically do not invoke maven to run code.
You are not supposed to put anything into the tor-demo directory. This should happen automagically.
(Yes, a Hacking.md would indeed be nice!)
Closing, see also #10
Hi Jesus,
so, I cloned your repo for a potential Android implementation, but at first I got this:
Process finished with exit code 1
Then, I cloned your repo, few modification + Gradle and I didn't get that anymore, but now I get this here:
What am I supposed to have in my
tor-demo
directory?