Closed Harshey-zeRo closed 2 years ago
I'm currently working on a fix, but to make it work on an older version, you need to enter the id from the link to google drive or the link in the given format https://drive.google.com/file/d/[file id] (without /view?usp=sharing) Despite the lack of a download error, it is precisely for this reason that the rest of the compilation fails
brut.androlib.AndrolibException: Could not load resources.arsc from file: youtube.apk at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:788) at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:66) at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:58) at brut.androlib.Androlib.getResTable(Androlib.java:74) at app.revanced.patcher.Patcher.(Patcher.kt:59)
at app.revanced.cli.command.MainCommand.run(MainCommand.kt:141)
at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
at picocli.CommandLine.access$1300(CommandLine.java:145)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
at picocli.CommandLine.execute(CommandLine.java:2078)
at app.revanced.cli.main.MainKt.main(Main.kt:7)