Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep getting "java.lang.IllegalArgumentException" #21

Closed
pgetsos opened this issue Apr 22, 2017 · 7 comments
Closed

Keep getting "java.lang.IllegalArgumentException" #21

pgetsos opened this issue Apr 22, 2017 · 7 comments
Labels

Comments

@pgetsos
Copy link

pgetsos commented Apr 22, 2017

Hi, just tried it on 2 projects I have and I keep having the following error:

Exception in thread "main" java.lang.IllegalArgumentException: character to be escaped is missing
    at java.util.regex.Matcher.appendReplacement(Unknown Source)
    at java.util.regex.Matcher.replaceAll(Unknown Source)
    at java.lang.String.replaceAll(Unknown Source)
    at code.SmaliAnalyzer.run(Unknown Source)
    at code.Main.main(Unknown Source)

I thought it was due to the Greek characters I have on my first project, but the second one doesn't contain any... :/

Thanks

@ProgFelipe
Copy link

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)

@turing-tech
Copy link

Same issue

@adisiji
Copy link

adisiji commented Apr 28, 2017

me too

1 similar comment
@codingWang
Copy link

me too

@alexzaitsev
Copy link
Owner

should be fixed in https://github.com/alexzaitsev/apk-dependency-graph/releases/tag/0.1.1

@ProgFelipe
Copy link

Thanks worked for me!!

@pgetsos
Copy link
Author

pgetsos commented May 11, 2017

Works, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants