Hi,
I have just installed Ubuntu on a desktop to try dare.
The first command worked:
./dex-preopt --bootstrap
The next command has an issue:
./dare -c -e -p -b -d ../output ../SomeApp.apk
Apparently it processes classes because I get many messages:
Processing SomeApp.apk
processing class #1234 Lorg/andsoon;
Done!
but then it prints a large number of error message:
Error when calling exec: No such file or directory.
Is there a dependency I have missed? Does it need a Java installation, and if so, which one?
Did I miss any environment settings?
What would be your suggestion to get me started?
Thanks in advance,
Bernard