diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 index 08db50303..0c034b6f4 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 @@ -22,6 +22,7 @@ function Get-AndroidSDKManagerPath { function Get-AndroidInstalledPackages { $androidSDKManagerPath = Get-AndroidSDKManagerPath $androidSDKManagerList = cmd /c "$androidSDKManagerPath --list_installed 2>&1" + $androidSDKManagerList = $androidSDKManagerList -notmatch "Warning" return $androidSDKManagerList }