diff --git a/pages/common/apktool.md b/pages/common/apktool.md index 9eb1dd48dc..908d254058 100644 --- a/pages/common/apktool.md +++ b/pages/common/apktool.md @@ -5,7 +5,7 @@ - Decode an APK file: -`apktool d {{file.apk}}` +`apktool d {{path/to/file.apk}}` - Build an APK file from a directory: @@ -13,4 +13,4 @@ - Install and store a framework: -`apktool if {{framework.apk}}` +`apktool if {{path/to/framework.apk}}`