crimera/piko

Patching failed at compilation

indrastorms opened this issue · 0 comments

Here's the log....
Using default patch selection

INFO: Compiling patched dex files
INFO: Compiled classes.dex
INFO: Compiled classes2.dex
INFO: Compiled classes3.dex
INFO: Compiled classes4.dex
INFO: Compiled classes5.dex
INFO: Compiled classes6.dex
INFO: Compiled classes7.dex
INFO: Compiled classes8.dex
INFO: Compiled classes9.dex
INFO: Compiled classes10.dex
INFO: Compiled classes11.dex
INFO: Compiled classes12.dex
INFO: Compiling modified resources
WARNING: /data/data/com.termux/files/usr/tmp/brut_util_Jar_64063642915628183362356839143000521278.tmp: 4: Syntax error: Unterminated quoted string
brut.androlib.exceptions.AndrolibException: brut.common.BrutException: could not exec (exit code = 2): [/data/data/com.termux/files/usr/tmp/brut_util_Jar_64063642915628183362356839143000521278.tmp, compile, --dir, /data/data/com.termux/files/home/piko/twitter-patched-temporary-files/patcher/apk/res, --legacy, -o, /data/data/com.termux/files/home/piko/twitter-patched-temporary-files/patcher/apk/build/resources.zip]
        at brut.androlib.AaptInvoker.invokeAapt2(AaptInvoker.java:123)
        at brut.androlib.AaptInvoker.invokeAapt(AaptInvoker.java:394)
        at app.revanced.patcher.data.ResourceContext.get(ResourceContext.kt:134)
        at app.revanced.patcher.Patcher.get(Patcher.kt:268)
        at app.revanced.cli.command.PatchCommand.run(PatchCommand.kt:312)
        at picocli.CommandLine.executeUserObject(CommandLine.java:2026)
        at picocli.CommandLine.access$1500(CommandLine.java:148)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
        at picocli.CommandLine.execute(CommandLine.java:2170)
        at app.revanced.cli.command.MainCommandKt.main(MainCommand.kt:12)
Caused by: brut.common.BrutException: could not exec (exit code = 2): [/data/data/com.termux/files/usr/tmp/brut_util_Jar_64063642915628183362356839143000521278.tmp, compile, --dir, /data/data/com.termux/files/home/piko/twitter-patched-temporary-files/patcher/apk/res, --legacy, -o, /data/data/com.termux/files/home/piko/twitter-patched-temporary-files/patcher/apk/build/resources.zip]
        at brut.util.OS.exec(OS.java:104)
        at brut.androlib.AaptInvoker.invokeAapt2(AaptInvoker.java:119)
        ... 13 more