-
Notifications
You must be signed in to change notification settings - Fork 673
Description
python3 redex.py -c default.config -o /Users/leo.zhang/Desktop/json/release/mcc_origin_out.apk /Users/leo.zhang/Desktop/json/release/mcc_origin.apk
error message:
[ERROR ] Expecting value: line 9 column 45 (char 212)
[WARNING ] Could not find an SDK jar: Could not find SDK path, searched Env, Buck
Trace settings:
TRACEFILE=
SHOW_TIMESTAMPS=
SHOW_TRACEMODULE=
TRACE_METHOD_FILTER=
TRACE_CLASS_FILE=
TRACE_CLASS_NAME=
error: No ProGuard keep rules provided. Redex optimizations will not preserve semantics without accurate keep rules.
Traceback (most recent call last):
File "/Users/leo.zhang/AndroidProject/redex/redex.py", line 1345, in
with_temp_cleanup(lambda: run_redex(args), args.always_clean_up)
File "/Users/leo.zhang/AndroidProject/redex/pyredex/utils.py", line 62, in with_temp_cleanup
fn()
File "/Users/leo.zhang/AndroidProject/redex/redex.py", line 1345, in
with_temp_cleanup(lambda: run_redex(args), args.always_clean_up)
File "/Users/leo.zhang/AndroidProject/redex/redex.py", line 1324, in run_redex
run_redex_binary(state, exception_formatter, output_line_handler)
File "/Users/leo.zhang/AndroidProject/redex/redex.py", line 397, in run_redex_binary
run()
File "/Users/leo.zhang/AndroidProject/redex/redex.py", line 390, in run
raise RedexRunException(msg, returncode, abort_error, symbolized)
main.RedexRunException: redex-all crashed with exit code 1! You can re-run it under gdb by running /var/folders/hx/78lkd49x14zcvmytj_6z8pkc3mx2f9/T/redex-gdb-crkljhsp.sh or under lldb by running /var/folders/hx/78lkd49x14zcvmytj_6z8pkc3mx2f9/T/redex-lldb-3eh35mq9.sh
please help check this