https://github.com/yubo725/app-installer
局域网内用于从PC传apk文件到手机上并自动安装
https://github.com/yubo725/app-installer
Last synced: about 1 month ago
JSON representation
局域网内用于从PC传apk文件到手机上并自动安装
- Host: GitHub
- URL: https://github.com/yubo725/app-installer
- Owner: yubo725
- Created: 2017-08-08T06:27:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T09:43:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T09:45:07.128Z (9 months ago)
- Language: Java
- Size: 4.03 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppInstaller
局域网内用于从PC传apk文件到手机上并自动安装# 开发原因
不想手机打开USB调试,或者没有数据线可连接手机,又希望打包的apk可以安装到手机上时。(当然通过QQ或者微信也可以发送文件到手机)# 截图
PC端截图如下:
手机端截图如下:
# 使用
将apk安装到手机,
将AppInstaller下载到PC,
双击打开AppInstaller.jar或者使用java -jar AppInstaller.jar打开,
确保PC和手机在同一个局域网内,
打开手机端AppInstaller并点击“连接服务器”,
然后从PC上选择apk文件并拖拽到PC端的AppInstaller的界面上,
程序自动传输选择的apk到手机上,手机端接收成功后自动安装。