mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-03 15:24:26 +02:00
.
This commit is contained in:
parent
651f4d37d8
commit
cd56ffadd0
@ -253,7 +253,7 @@ public class Androlib {
|
|||||||
|
|
||||||
public void buildApk(File appDir, boolean framework)
|
public void buildApk(File appDir, boolean framework)
|
||||||
throws AndrolibException {
|
throws AndrolibException {
|
||||||
LOGGER.info("Building apk file");
|
LOGGER.info("Building apk file...");
|
||||||
File outApk = new File(appDir, OUT_APK_FILENAME);
|
File outApk = new File(appDir, OUT_APK_FILENAME);
|
||||||
if (outApk.exists()) {
|
if (outApk.exists()) {
|
||||||
outApk.delete();
|
outApk.delete();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user