feat: lodge helpful information of built apk location

fixes: #2843
This commit is contained in:
Connor Tumbleson 2022-07-10 07:32:40 -04:00
parent c3ce154b72
commit dceff41a57
No known key found for this signature in database
GPG Key ID: BC12D5F3264560C1
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public class Androlib {
throw new AndrolibException(ex.getMessage());
}
}
LOGGER.info("Built apk...");
LOGGER.info("Built apk into: " + outFile.getPath());
}
private void buildManifestFile(File appDir, File manifest, File manifestOriginal)