gradlew有自动完成设施吗?

时间:2016-04-27 08:53:47

标签: android android-studio gradle android-gradle

我最近从Windows / Eclipse构建环境迁移到我的Android项目的Ubuntu / Android Studio设置。

我更喜欢使用命令行进行发布版本。为了查看可用任务,我需要在命令行上键入gradlew tasks。然后,我需要记住我想要的选项,例如gradlew assembleReleasegradlew installRelease

是否有任何设施,(可能是一个脚本?),这将使Ubuntu'点击选项卡等功能。功能,允许基于输入到目前为止的自动完成选项集?

1 个答案:

答案 0 :(得分:0)

您可以尝试这个要点解决方案 https://gist.github.com/nolanlawson/8694399

下载脚本

$curl -L -s https://gist.github.com/nolanlawson/8694399/raw/gradle-tab-completion.bash \
  -o ~/gradle-tab-completion.bash

并添加到您的bash_profile此字符串:

source ~/gradle-tab-completion.bash