win11 command line install apk

Because the WSATools software was not installed well, it was stuck on the installation interface, so I chose the command line to install.
[Note]: This article is used as a personal record. The premise of the article is not installed. Please refer to https://zhuanlan.zhihu.com/p/424818226

The premise of this article has been installed as follows:

1.insert image description here
2.insert image description here
3.insert image description here
4.ADB

text:

insert image description here

insert image description here
insert image description here

Open a terminal and enter this command

adb connect 127.0.0.1:58526

For example, to install the Kuan installation package in the "C:\Users\Edwin\Desktop\kuan.apk" directory, you only need to enter this

adb install "C:\Users\Edwin\Desktop\kuan.apk"

[Note]: This article refers to https://zhuanlan.zhihu.com/p/424818226

Guess you like

Origin blog.csdn.net/weixin_42692989/article/details/129679613