You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Introduces how to install and use the Package Inspector tool.
4
4
ms.reviewer: markbukovich, v-weizhu
5
5
ms.service: entra-id
6
-
ms.date: 02/20/2025
6
+
ms.date: 02/27/2025
7
7
ms.custom: sap:Developing or Registering apps with Microsoft identity platform
8
8
---
9
9
# Package Inspector for MSAL Android Native
@@ -54,7 +54,7 @@ There are two methods to install Package Inspector:
54
54
:::image type="content" source="media/package-inspector-msal-android-native/get-from-version-control.png" alt-text="Screenshot that shows the 'Get From Version Control' option in Android Studio" lightbox="media/package-inspector-msal-android-native/get-from-version-control.png":::
55
55
3. Ensure **Git** is selected at the top of the window, paste the Android MSAL repository URL `https://github.com/AzureAD/microsoft-authentication-library-for-android.git`, and then select **Clone**.
56
56
57
-
:::image type="content" source="media/package-inspector-msal-android-native/clone-msal-repository.png" alt-text="Screenshot that shows how to clone a Git repository in Android Studio" lightbox="media/package-inspector-msal-android-native/clone-msal-repository.png":::
57
+
:::image type="content" source="media/package-inspector-msal-android-native/clone-msal-repository.png" alt-text="Screenshot that shows how to clone a Git repository in Android Studio":::
58
58
59
59
### Option 2: Download Android MSAL repository and open it in Android Studio
60
60
@@ -63,10 +63,10 @@ There are two methods to install Package Inspector:
63
63
3. Open Android Studio and close any open projects.
64
64
4. Select **Open an Existing Project**.
65
65
66
-
:::image type="content" source="media/package-inspector-msal-android-native/open-existing-project-android-studio.png" alt-text="Screenshot that shows the 'Open an Existing Project' option in Android Studio" lightbox="media/package-inspector-msal-android-native/open-existing-project-android-studio.png":::
66
+
:::image type="content" source="media/package-inspector-msal-android-native/open-existing-project-android-studio.png" alt-text="Screenshot that shows the 'Open an Existing Project' option in Android Studio":::
67
67
5. Select the root package **msal-android** for the Android MSAL repository. Then, select **OK**.
68
68
69
-
:::image type="content" source="media/package-inspector-msal-android-native/select-root-package.png" alt-text="Screenshot showing selecting the root package in Android Studio" lightbox="media/package-inspector-msal-android-native/select-root-package.png":::
69
+
:::image type="content" source="media/package-inspector-msal-android-native/select-root-package.png" alt-text="Screenshot showing selecting the root package in Android Studio":::
70
70
71
71
> [!NOTE]
72
72
> - The default name of the root package is `microsoft-authentication-library-for-android-dev`. In this example, it's renamed `msal-android`.
@@ -78,10 +78,10 @@ There are two methods to install Package Inspector:
78
78
2. On the left of the device drop-down list, there is another drop-down list. Select **package-inspector** from it.
79
79
80
80
:::image type="content" source="media/package-inspector-msal-android-native/select-package-inspector.png" alt-text="Screenshot that shows the selection of package-inspector in Android Studio" lightbox="media/package-inspector-msal-android-native/select-package-inspector.png":::
81
-
3. Select the green **play** button (indicated with a green circle on the right) to build, install, and run the package inspector on the selected device.
81
+
3. Select the **play** button (indicated with a green circle on the right) to build, install, and run the package inspector on the selected device.
82
82
4. Browse the list of packages in the Package Inspector app and select a package to view its signature hash. All accessible packages will appear in this list.
83
83
84
-
:::image type="content" source="media/package-inspector-msal-android-native/select-package-to-check-signature-hash.png" alt-text="Screenshot that shows package selection in the Package Inspector app" lightbox="media/package-inspector-msal-android-native/select-package-to-check-signature-hash.png":::
84
+
:::image type="content" source="media/package-inspector-msal-android-native/select-package-to-check-signature-hash.png" alt-text="Screenshot that shows package selection in the Package Inspector app":::
0 commit comments