Skip to content

Instantly share code, notes, and snippets.

@ilovefreesw
Created October 28, 2021 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovefreesw/4875b53dcfe3f8a731e11c5f180fe301 to your computer and use it in GitHub Desktop.
Save ilovefreesw/4875b53dcfe3f8a731e11c5f180fe301 to your computer and use it in GitHub Desktop.
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