mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
AndrolibResources.decode(): rethrow error from AXmlResourceParser.
This commit is contained in:
parent
a592ec78b1
commit
3f7155c3f3
@ -132,6 +132,11 @@ final public class AndrolibResources {
|
||||
}
|
||||
generatePublicXml(pkg, out, xmlSerializer);
|
||||
}
|
||||
|
||||
AndrolibException decodeError = duo.m2.getFirstError();
|
||||
if (decodeError != null) {
|
||||
throw decodeError;
|
||||
}
|
||||
}
|
||||
|
||||
public void aaptPackage(File apkFile, File manifest, File resDir,
|
||||
|
Loading…
Reference in New Issue
Block a user