Open enzobes opened 5 years ago
Same
How I fixed it was to manually download dex2jar files to the dex2jar folder and then build. I don't know why they aren't included by default after the git pull.
How I fixed it was to manually download dex2jar files to the dex2jar folder and then build. I don't know why they aren't included by default after the git pull.
I'm following the build instructions in https://github.com/TachiWeb/TachiWeb-Server/blob/master/INSTALL.md, and dex2jar was not included during the "git clone" command because dex2jar is a submodule, which is only downloaded when the argument "--recurse-submodules" is specified.
Hi, thanks for your works ! I have this error when I start build with scripts/build.sh
Thank you for you help