SAAF-Developers/saaf

Unable to access jarfile SAAF.jar

Opened this issue · 5 comments

I download the master.zip file. Then, I get the error showing Unable to access jarfile SAAF.jar. Do I need to do any compile or make before using? How to do that? Thanks.

  1. Download SAAF-0.7-20130429-1708.tar.gz from https://code.google.com/p/saaf/
  2. Extract it to /home/user/SAAF-0.7-20130429-1708
  3. Go to /home/user/SAAF-0.7-20130429-1708
  4. Try to execute the commands provided in :
    (i) https://github.com/SAAF-Developers/saaf/blob/master/doc-manually/user/FAQ-CLI.txt
    (ii) https://github.com/SAAF-Developers/saaf/blob/master/doc-manually/user/FAQ-GUI.txt

where is SAAF.jar??????????????

just use this command
./bin/run_saaf.sh -hl ./folder/application.apk
to generate jar and to run in apks
run it form the folder of extracted folder.

I have encountered the same problem.
When I run the follow command from saaf root directory:
./scripts/run_saaf.sh -hl /absolute/path/application.apk
It warns that :
Error: Unable to access jarfile SAAF.jar
So where is the SAAF.jar file? And how can I solve this problem?

Same thing here :
sh ./scripts/run_saaf.sh --help ./scripts/run_saaf.sh: 3: ./scripts/run_saaf.sh: Bad substitution Error: Unable to access jarfile SAAF.jar

I cloned the repo from github ...