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
if (FileUtils.deleteDir(arguments.getProjectPath())) {
// Delete the output directory for a better decoding result.if (FileUtils.deleteDir(arguments.getProjectPath())) {
System.out.println("The output directory was deleted!");
}
i gues it should be
if (FileUtils.deleteDir(arguments.getResultPath())) {
instead
The text was updated successfully, but these errors were encountered:
There is a line in
Main.java
that states it deletes output dir but deletes project instead.apk-dependency-graph/src/main/java/com/alex_zaitsev/adg/Main.java
Line 35 in bc7d4b4
i gues it should be
instead
The text was updated successfully, but these errors were encountered: