mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
WIP - fixing corrupted frame due to gradle not copying resources
This commit is contained in:
@ -417,7 +417,8 @@ final public class AndrolibResources {
|
||||
InputStream in = null;
|
||||
OutputStream out = null;
|
||||
try {
|
||||
in = AndrolibResources.class.getResourceAsStream("/brut/androlib/android-framework.jar");
|
||||
in = AndrolibResources.class.getResourceAsStream(
|
||||
"/brut/androlib/android-framework.jar");
|
||||
out = new FileOutputStream(apk);
|
||||
IOUtils.copy(in, out);
|
||||
return apk;
|
||||
@ -579,4 +580,4 @@ final public class AndrolibResources {
|
||||
private String mMaxSdkVersion = null;
|
||||
private String mTargetSdkVersion = null;
|
||||
|
||||
}
|
||||
}
|
Binary file not shown.
Reference in New Issue
Block a user