Paving-Base / APK-Installer

An Android Application Installer for Windows

Home Page:https://paving-base.github.io/APK-Installer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

命令行打开apk存在问题。

char-46 opened this issue · comments

Describe the bug

通过命令行打开 APK Installer 及 apk 文件的支持不完善。

Steps to reproduce the bug

进行了以下复现实验:

  1. 使用运行应用程序命令行如下,过程如图 1-1、1-2。
"C:\Program Files\WindowsApps\18184wherewhere.AndroidAppInstaller_0.1.25.0_x64__4v4sx105x6y4r\APKInstaller.exe" "B:\Downloads\StickyCube.apk"
  1. 使用 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"
  1. 使用 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

第一次实验 第二次实验 第三次实验
过程 1-1 2-1 3-1
结果 1-2 2-2 3-2

App version

0.1.25

Windows version

Windows 11 version 23H2 (26040.1000)

Android device

Windows Subsystem for Android™

Additional context

No response

讨厌,不会支持