From 63f6f6fcd730359c7d03bb1bef50104e88b81c32 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 8 Sep 2022 03:42:53 -0400 Subject: [PATCH] Add apksigner location on macOS Signed-off-by: Tommy --- content/os/Android Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/Android Tips.md b/content/os/Android Tips.md index 7ffbef1..12bab87 100644 --- a/content/os/Android Tips.md +++ b/content/os/Android Tips.md @@ -123,7 +123,7 @@ I do not recommend that you use F-Droid at all unless you have no other choice t You can also obtain your apps directly from their GitHub repositories. In most cases, there would be a pre-built APK for you to download. You can verify the signature of the downloaded using apksinger: -- Install the [Android Studio](https://developer.android.com/studio) which includes apksinger. +- Install the [Android Studio](https://developer.android.com/studio) which includes `apksinger`. On macOS, `apksigner` can be found at `~/Library/Android/sdk/build-tools//apksigner`. - Run `apksigner verify --print-certs --verbose myCoolApp.apk` to verify the certificate of the apk. After you have verified the signature of the apk and installed it on your phone, there are several strategies you can use to keep the application up-to-date.