常用 adb / gradlew 命令

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/crazy1235/article/details/85283770

adb devices

在这里插入图片描述


adb shell getprop | grep product

查看设备类型

在这里插入图片描述


./gradlew tasks | grep install

在这里插入图片描述


./gradlew tasks

查看所有的 task


./gradlew tasks | grep install

查看所有 install 的任务


./gradlew installDebug --stacktrace --offline


./gradlew wrapper --gradle-version=3.5

下载某一个 gradle版本

猜你喜欢

转载自blog.csdn.net/crazy1235/article/details/85283770
今日推荐