APK-Installer
APK-Installer copied to clipboard
命令行打开apk存在问题。
Describe the bug
通过命令行打开 APK Installer 及 apk 文件的支持不完善。
Steps to reproduce the bug
进行了以下复现实验:
- 使用运行应用程序命令行如下,过程如图 1-1、1-2。
"C:\Program Files\WindowsApps\18184wherewhere.AndroidAppInstaller_0.1.25.0_x64__4v4sx105x6y4r\APKInstaller.exe" "B:\Downloads\StickyCube.apk"
- 使用 cmd 内部命令 call 运行应用程序,命令行如下,过程和结果如图 2-1、2-2。
call "C:\Program Files\WindowsApps\18184wherewhere.AndroidAppInstaller_0.1.25.0_x64__4v4sx105x6y4r\APKInstaller.exe" "B:\Downloads\StickyCube.apk"
- 使用 cmd 内部命令 start 运行应用程序,命令行如下,过程和结果如图 3-1、3-2。
start "C:\Program Files\WindowsApps\18184wherewhere.AndroidAppInstaller_0.1.25.0_x64__4v4sx105x6y4r\APKInstaller.exe" "B:\Downloads\StickyCube.apk"
Expected behavior
期望的所有结果均实验三所示。实际实验一、二的结果与期望结果不符。
Screenshots
第一次实验 | 第二次实验 | 第三次实验 | |
---|---|---|---|
过程 | |||
结果 |
App version
0.1.25
Windows version
Windows 11 version 23H2 (26040.1000)
Android device
Windows Subsystem for Android™
Additional context
No response
讨厌,不会支持