This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
xwj
/
nsgk_android
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
android端
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37
Commits
1
Branch
4.9 MiB
Java
87.5%
Gradle
7.9%
Batchfile
4.5%
Tree:
9e0535fda7
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9e0535fda7'
${ noResults }
nsgk_android
/
安装-发布包.bat
8 lines
104 B
Raw
Blame
History
@echo off
echo 安装apk(发布版)
call adb install app\build\outputs\apk\release\app-release.apk
pause;