<div dir="ltr">Hi,<br>I am new to this tool, right now i am using flowdroid to test some Android APKs based on the taint analysis. I defined some source and sink here, and try to see what gonna happen next. However, I have some troubles here: (the part of results)<br><br>[Spark] Propagation in 0.5 seconds.<br>[Spark] Solution found in 0.5 seconds.<br>[main] INFO soot.jimple.infoflow.codeOptimization.InterproceduralConstantValuePropagator - Removing side-effect free methods is disabled<br>[main] INFO soot.jimple.infoflow.Infoflow - Dead code elimination took 0.076672592 seconds<br>[main] INFO soot.jimple.infoflow.Infoflow - Callgraph has 1332 edges<br>[main] INFO soot.jimple.infoflow.android.InfoflowAndroidConfiguration - Implicit flow tracking is NOT enabled<br>[main] INFO soot.jimple.infoflow.android.InfoflowAndroidConfiguration - Exceptional flow tracking is enabled<br>[main] INFO soot.jimple.infoflow.android.InfoflowAndroidConfiguration - Running with a maximum access path length of 5<br>[main] INFO soot.jimple.infoflow.android.InfoflowAndroidConfiguration - Using path-agnostic result collection<br>[main] INFO soot.jimple.infoflow.android.InfoflowAndroidConfiguration - Recursive access path shortening is enabled<br>[main] INFO soot.jimple.infoflow.Infoflow - Looking for sources and sinks...<br>[main] INFO soot.jimple.infoflow.Infoflow - Source lookup done, found 4 sources and 1 sinks.<br>[main] INFO soot.jimple.infoflow.Infoflow - Taint wrapper hits: 1914<br>[main] INFO soot.jimple.infoflow.Infoflow - Taint wrapper misses: 2923<br>[main] INFO soot.jimple.infoflow.Infoflow - IFDS problem with 18664 forward and 2625 backward edges solved, processing 0 results...<br>[main] WARN soot.jimple.infoflow.Infoflow - No results found.<br>Exception in thread &quot;main&quot; java.lang.NoSuchMethodError: soot.jimple.infoflow.results.InfoflowResults.getResults()Ljava/util/Map;<br>        at soot.jimple.infoflow.android.TestApps.Test$MyResultsAvailableHandler.onResultsAvailable(Test.java:80)<br>        at soot.jimple.infoflow.Infoflow.runAnalysis(Infoflow.java:415)<br>        at soot.jimple.infoflow.Infoflow.computeInfoflow(Infoflow.java:137)<br>        at soot.jimple.infoflow.android.SetupApplication.runInfoflow(SetupApplication.java:700)<br>        at soot.jimple.infoflow.android.TestApps.Test.runAnalysis(Test.java:554)<br>        at soot.jimple.infoflow.android.TestApps.Test.main(Test.java:217)<br><br>It seems the method here cannot find in the jimple.infoflow, does it mean my setting has some problem?<br>If anybody has answer to solve it, i will appreciate your kindness. Thank you!<br><br>Regards,<br>Field<br></div>