find / -name 'gradle*'

....

/Applications/Android Studio.app/Contents/gradle/gradle-2.10/bin/gradle

....

打开terminal,执行命令

/Applications/Android\ Studio.app/Contents/gradle/gradle-2.10/bin/gradle -q dependencies

返回结果:

------------------------------------------------------------

Root project

------------------------------------------------------------

_debugAndroidTestApk - ## Internal use, do not manually configure ##

No dependencies

_debugAndroidTestCompile - ## Internal use, do not manually configure ##

No dependencies

_debugApk - ## Internal use, do not manually configure ##

+--- project :app

+--- com.umeng.analytics:analytics:latest.integration -> 5.6.7

+--- com.android.support:support-v4:21.0.3

|    \--- com.android.support:support-annotations:21.0.3

+--- com.android.support:appcompat-v7:23.1.1

\--- project :CordovaLib

_debugCompile - ## Internal use, do not manually configure ##

+--- project :app

+--- com.umeng.analytics:analytics:latest.integration -> 5.6.7

+--- com.android.support:support-v4:21.0.3

|    \--- com.android.support:support-annotations:21.0.3

+--- com.android.support:appcompat-v7:23.1.1

\--- project :CordovaLib

_debugUnitTestApk - ## Internal use, do not manually configure ##

No dependencies

_debugUnitTestCompile - ## Internal use, do not manually configure ##

No dependencies

_releaseApk - ## Internal use, do not manually configure ##

+--- project :app

+--- com.umeng.analytics:analytics:latest.integration -> 5.6.7

+--- com.android.support:support-v4:21.0.3

|    \--- com.android.support:support-annotations:21.0.3

+--- com.android.support:appcompat-v7:23.1.1

\--- project :CordovaLib

_releaseCompile - ## Internal use, do not manually configure ##

+--- project :app

+--- com.umeng.analytics:analytics:latest.integration -> 5.6.7

+--- com.android.support:support-v4:21.0.3

|    \--- com.android.support:support-annotations:21.0.3

+--- com.android.support:appcompat-v7:23.1.1

\--- project :CordovaLib

_releaseUnitTestApk - ## Internal use, do not manually configure ##

No dependencies

_releaseUnitTestCompile - ## Internal use, do not manually configure ##

No dependencies

androidJacocoAgent - The Jacoco agent to use to get coverage data.

\--- org.jacoco:org.jacoco.agent:0.7.4.201502262128

androidJacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.

\--- org.jacoco:org.jacoco.ant:0.7.4.201502262128

+--- org.jacoco:org.jacoco.core:0.7.4.201502262128

|    \--- org.ow2.asm:asm-debug-all:5.0.1

+--- org.jacoco:org.jacoco.report:0.7.4.201502262128

|    +--- org.jacoco:org.jacoco.core:0.7.4.201502262128 (*)

|    \--- org.ow2.asm:asm-debug-all:5.0.1

\--- org.jacoco:org.jacoco.agent:0.7.4.201502262128

androidTestApk - Classpath packaged with the compiled 'androidTest' classes.

No dependencies

androidTestCompile - Classpath for compiling the androidTest sources.

No dependencies

androidTestProvided - Classpath for only compiling the androidTest sources.

No dependencies

androidTestWearApp - Link to a wear app to embed for object 'androidTest'.

No dependencies

apk - Classpath packaged with the compiled 'main' classes.

No dependencies

archives - Configuration for archive artifacts.

No dependencies

compile - Classpath for compiling the main sources.

+--- project :app

+--- com.umeng.analytics:analytics:latest.integration -> 5.6.7

+--- com.android.support:support-v4:21.0.3

|    \--- com.android.support:support-annotations:21.0.3

\--- com.android.support:appcompat-v7:23.1.1

debugApk - Classpath packaged with the compiled 'debug' classes.

No dependencies

debugCompile - Classpath for compiling the debug sources.

\--- project :CordovaLib

debugProvided - Classpath for only compiling the debug sources.

No dependencies

debugWearApp - Link to a wear app to embed for object 'debug'.

No dependencies

default - Configuration for default artifacts.

No dependencies

default-mapping - Configuration for default mapping artifacts.

No dependencies

default-metadata - Metadata for the produced APKs.

No dependencies

provided - Classpath for only compiling the main sources.

No dependencies

releaseApk - Classpath packaged with the compiled 'release' classes.

No dependencies

releaseCompile - Classpath for compiling the release sources.

\--- project :CordovaLib

releaseProvided - Classpath for only compiling the release sources.

No dependencies

releaseWearApp - Link to a wear app to embed for object 'release'.

No dependencies

testApk - Classpath packaged with the compiled 'test' classes.

No dependencies

testCompile - Classpath for compiling the test sources.

No dependencies

testDebugApk - Classpath packaged with the compiled 'testDebug' classes.

No dependencies

testDebugCompile - Classpath for compiling the testDebug sources.

No dependencies

testDebugProvided - Classpath for only compiling the testDebug sources.

No dependencies

testDebugWearApp - Link to a wear app to embed for object 'testDebug'.

No dependencies

testProvided - Classpath for only compiling the test sources.

No dependencies

testReleaseApk - Classpath packaged with the compiled 'testRelease' classes.

No dependencies

testReleaseCompile - Classpath for compiling the testRelease sources.

No dependencies

testReleaseProvided - Classpath for only compiling the testRelease sources.

No dependencies

testReleaseWearApp - Link to a wear app to embed for object 'testRelease'.

No dependencies

testWearApp - Link to a wear app to embed for object 'test'.

No dependencies

wearApp - Link to a wear app to embed for object 'main'.

No dependencies

gradle command not found的更多相关文章

  1. mac下使用命令行打包出现bash gradle command not found的解决方案

    命令行打包的时候出现 bash gradle command not found这个问题,主要是因为gradle环境丢失.需要重新配置gradle的环境变量. 1. gradle路径的查找 然后gra ...

  2. gradle学习笔记

    一直想着花时间学习下gradle,今天有空.入门一下.参考:极客学院gradle使用指南,官方文档:gradle-2.12/docs/userguide/installation.html,以及百度阅 ...

  3. Chapter 5. The Gradle Wrapper 关于gradle wrapper

    Most tools require installation on your computer before you can use them. If the installation is eas ...

  4. Chapter 3. Installing Gradle 安装gradle

    3.1. Prerequisites Gradle requires a Java JDK or JRE to be installed, version 6 or higher (to check, ...

  5. Chapter 4. Using the Gradle Command-Line 使用gradle命令行

    This chapter introduces the basics of the Gradle command-line. You run a build using the gradle comm ...

  6. cordova build android Command failed with exit code EACCES

    问题: 执行cordova build android 出现输出如下,编译不成功. ANDROID_HOME=/Users/huangenai/Library/Android/sdkJAVA_HOME ...

  7. [Java123]Gradle

    https://dzone.com/articles/gradle-vs-maven https://docs.gradle.org/current/userguide/what_is_gradle. ...

  8. 【转载】Gradle学习 第十一章:使用Gradle命令行

    转载地址:http://ask.android-studio.org/?/article/94 This chapter introduces the basics of the Gradle com ...

  9. 【转载】Gradle学习 第六章:构建脚本基础

    转载地址:http://ask.android-studio.org/?/article/11 6.1. Projects and tasks 项目和任务Everything in Gradle si ...

随机推荐

  1. 2005: [Noi2010]能量采集 - BZOJ

    Description 栋栋有一块长方形的地,他在地上种了一种能量植物,这种植物可以采集太阳光的能量.在这些植物采集能量后,栋栋再使用一个能量汇集机器把这些植物采集到的能量汇集到一起. 栋栋的植物种得 ...

  2. 2208: [Jsoi2010]连通数 - BZOJ

    Description Input 输入数据第一行是图顶点的数量,一个正整数N. 接下来N行,每行N个字符.第i行第j列的1表示顶点i到j有边,0则表示无边. Output 输出一行一个整数,表示该图 ...

  3. 【POJ】【3071】Football

    概率DP kuangbin总结中的第10题 简单的画个比赛图,会发现是一颗完全二叉树,且同一层的子树之间各自独立,只有在合并得到更高一层结果时才结合. 所以我们可以按比赛轮数进行DP,f[i][j]表 ...

  4. URL中的特殊字符处理笔记

      URL中的特殊字符 有些符号在URL中是不能直接传递的,如果要在URL中传递这些特殊符号,那么就要使用他们的编码了.编码的格式为:%加字符的ASCII码,即一个百分号%,后面跟对应字符的ASCII ...

  5. lintcode :最长上升连续子序列

    题目: 最长上升连续子序列 给定一个整数数组(下标从 0 到 n-1, n 表示整个数组的规模),请找出该数组中的最长上升连续子序列.(最长上升连续子序列可以定义为从右到左或从左到右的序列.) 样例 ...

  6. 【Linux常识篇(3)】文件及文件夹的ctime atime mtime的含义详解

    首先可以使用stat 命令来查询文件的inode信息,其中包括ctime atime mtime [root@localhost ~]# stat sort2.txt File: 'sort2.txt ...

  7. Unigui有用的网址

    http://www.cnblogs.com/ChinaEHR/tag/Delphi/

  8. 在C#中怎么调用Resources文件中的图片

    譬如资源中有名为myPic的图片,在代码中可以这么使用: this.BackgroundImage = Properties.Resources.myPic; 如有疑问,继续追问.

  9. C# 常用对象的的修饰符

    class(类) 1.internal 表示类只能在当然程序集中访问,类默认修饰符 2.public 表示所有地方都可以访问,与internal是互斥的 3.abstract 抽象类,不能被实例化,只 ...

  10. AspectJ 出现错误::0 can't find referenced pointcut 的解决之道

    使用AspectJ注解开发AOP应用时,会遇到以下问题: ::0 can't find referenced pointcut 这个问题,与你所在的开发环境有关,如下表 jdk version spr ...