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
Unexpected token ' on line 3
Traceback (most recent call last):
File "/usr/local/bin/redex", line 779, in <module>
run_redex(args)
File "/usr/local/bin/redex", line 735, in run_redex
dexen)
File "/usr/local/bin/redex", line 110, in run_pass
subprocess.check_call(args, shell=True)
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 584, in check_call
raise CalledProcessError(retcode, cmd)
Hi @rekire, the -P flag is a work-in-progress feature. It's not hooked up to the optimization passes, so if it's causing problems just don't use it. I'm going to suppress the flag in the help text since it's misleading right now.
I get this crash:
When I run this command line:
Line 3 of the proguard-project.txt is:
When I comment that line out it works.
The text was updated successfully, but these errors were encountered: