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