代码改变世界

随笔档案-2018年07月

[Android Tips] 32. 解决 Android Device Monitor 在 Mac OS X 卡住

2018-07-31 20:54 by shaobin0604, 1116 阅读, 收藏,
摘要: Alternatively you can keep latest jdk and update swt used by monitor: get updated swt: https://www.eclipse.org/downloads/download.php?file=/eclipse/do 阅读全文

[Gradle] 查看项目依赖

2018-07-27 11:14 by shaobin0604, 2763 阅读, 收藏,
摘要: 查看项目的编译依赖 $ ./gradlew :app:dependencies configuration compile 查看具体某个库的依赖 $ ./gradlew q :app:dependencyInsight dependency configuration compile $ ./gra 阅读全文

[Gradle] 获取 gradle 命令行参数

2018-07-17 19:19 by shaobin0604, 3291 阅读, 收藏,
摘要: project.gradle.startParameter 参考 "StartParameter | Gradle API 4.9" 阅读全文