-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unterminated character literal - no viable alt; token #805
Comments
Found the problem. Fix incoming. I'll let you test it out before I make a new version, haha :) |
Fixed in 5842cee. I actually did a disassemble/assemble roundtrip on all the apps/framework jars from my android device, I'm a bit surprised that didn't flush this problem out. But anyway, added a test at least. :) If you can give it a try and report back, I'll go ahead and do another release if it looks good. |
We are good. I'll admit I'm not the best talented at overriding maven dependencies with a locally built archive to run the entire suite at once, so I just ran through the few dex tests we have and those all passed. Thanks again |
Thanks. The fix is in v2.5.2 |
I had a test that started failing on 2.5.0, and I thought it was related to some other issues, but now I'm stumped.
As far as I can tell, it looks like a regular kotlin dex to me. Working directly through baksmali/smali I get.
I thought it was related to the writer changes, but even using bare smali/baksmali.
classes.dex.zip
The text was updated successfully, but these errors were encountered: