An unknown error occured.
bug
### Describe the bug
打开apk启动安装
### Steps to reproduce the bug
1.安装apk
### Expected behavior
_No response_
### Screenshots
_No response_
### App version
0.1.28
### Windows version
Insider Build (xxxxx)
### Android device
Windows Subsystem for Android™
### Additional context
```log
6|2025-09-07T21:53:51.3311526+00:00|ERROR|1|InstallViewModel|
Message: An unknown error occurred.
HResult: -2146233088 (0x80131500)
at AdvancedSharpAdbClient.DeviceCommands.PackageManager.InstallRemotePackageAsync(String remoteFilePath, Action`1 callback, CancellationToken cancellationToken, String[] arguments)
at AdvancedSharpAdbClient.DeviceCommands.PackageManager.InstallPackageAsync(String packageFilePath, Action`1 callback, CancellationToken cancellationToken, String[] arguments)
at APKInstaller.ViewModels.InstallViewModel.InstallAPP()
--> AdvancedSharpAdbClient.DeviceCommands.PackageInstallationException: An unknown error occurred.
at AdvancedSharpAdbClient.DeviceCommands.PackageManager.InstallRemotePackageAsync(String remoteFilePath, Action`1 callback, CancellationToken cancellationToken, String[] arguments)
at AdvancedSharpAdbClient.DeviceCommands.PackageManager.InstallPackageAsync(String packageFilePath, Action`1 callback, CancellationToken cancellationToken, String[] arguments)
at APKInstaller.ViewModels.InstallViewModel.InstallAPP()
```
1 条评论