You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在我尝试运行该项目的过程中,反复遇到以下异常信息:
java.lang.RuntimeException: This operation requires resolving level BODIES but com.google.android.gms.auth.api.signin.RevocationBoundService is at resolving level SIGNATURES
If you are extending Soot, try to add the following call before calling soot.Main.main(..):
Scene.v().addBasicClass(com.google.android.gms.auth.api.signin.RevocationBoundService,BODIES);
Otherwise, try whole-program mode (-w).
at soot.SootClass.checkLevelIgnoreResolving(SootClass.java:198)
at soot.SootClass.checkLevel(SootClass.java:180)
at soot.SootMethod.retrieveActiveBody(SootMethod.java:391)
at analyze.Main.getGetIntentInvokeUnit(Main.java:226)
at analyze.Main.doAnalyze(Main.java:158)
at analyze.Main.access$400(Main.java:25)
at analyze.Main$1.work(Main.java:128)
at util.DirTraversal.traverse(DirTraversal.java:20)
at analyze.Main.main(Main.java:131)
The text was updated successfully, but these errors were encountered:
在我尝试运行该项目的过程中,反复遇到以下异常信息:
java.lang.RuntimeException: This operation requires resolving level BODIES but com.google.android.gms.auth.api.signin.RevocationBoundService is at resolving level SIGNATURES
If you are extending Soot, try to add the following call before calling soot.Main.main(..):
Scene.v().addBasicClass(com.google.android.gms.auth.api.signin.RevocationBoundService,BODIES);
Otherwise, try whole-program mode (-w).
at soot.SootClass.checkLevelIgnoreResolving(SootClass.java:198)
at soot.SootClass.checkLevel(SootClass.java:180)
at soot.SootMethod.retrieveActiveBody(SootMethod.java:391)
at analyze.Main.getGetIntentInvokeUnit(Main.java:226)
at analyze.Main.doAnalyze(Main.java:158)
at analyze.Main.access$400(Main.java:25)
at analyze.Main$1.work(Main.java:128)
at util.DirTraversal.traverse(DirTraversal.java:20)
at analyze.Main.main(Main.java:131)
The text was updated successfully, but these errors were encountered: