-
-
Save ElmTran/da0a5bf1269bb55613488c2eae98087f to your computer and use it in GitHub Desktop.
Windows 11 WSA APK Open With
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| echo. | |
| echo ----------------------------------------- | |
| echo *** APK Installer for Windows 11 *** | |
| echo ----------------------------------------- | |
| echo. | |
| echo APK File Path is %1 | |
| echo. | |
| adb connect 127.0.0.1:<PORT> | |
| echo. | |
| adb install %1 | |
| echo. | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment