noidsirius / SootTutorial

A step-by-step tutorial for Soot (a Java static analysis framework)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execution failed for task ':run'. > Process 'command 'C:\Program Files\Java\jdk-11.0.16.1\bin\java.exe'' finished with non-zero exit value 1

muha2xmad opened this issue · comments

When I use the command ./gradlew run --args="AndroidCallGraph CHA draw"
I first customize AndroidCallGraph.java file to my APK, and change the main activity and the other parameters as seen in the figure. then run the command
image