Closed pgetsos closed 7 years ago
Having same issue:
Exception in thread "main" java.lang.IllegalArgumentException: character to be escaped is missing at java.util.regex.Matcher.appendReplacement(Matcher.java:809) at java.util.regex.Matcher.replaceAll(Matcher.java:955) at java.lang.String.replaceAll(String.java:2223) at code.SmaliAnalyzer.run(Unknown Source) at code.Main.main(Unknown Source)
Same issue
me too
me too
should be fixed in https://github.com/alexzaitsev/apk-dependency-graph/releases/tag/0.1.1
Thanks worked for me!!
Works, thanks!
Hi, just tried it on 2 projects I have and I keep having the following error:
I thought it was due to the Greek characters I have on my first project, but the second one doesn't contain any... :/
Thanks