Skip to content

Instantly share code, notes, and snippets.

@ilovefreesw
Created October 28, 2021 10:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Install Android Apps in Windows 11 by Double Clicking. Make sure Platform-Tools which contains ADB is in PATH.
@echo off
set "package=%1"
adb connect 127.0.0.1:58526
adb install %package%
EXIT /B
pause
@ilovefreesw
Copy link
Author

Thanks

@quan960
Copy link

quan960 commented Jan 14, 2023

thanks

@ilovefreesw
Copy link
Author

ilovefreesw commented Jan 14, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment