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. HDU 5637 Transform 单源最短路

    题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5637 题意: http://bestcoder.hdu.edu.cn/contests/contes ...

  2. function复习

    #include <iostream> #include <functional> using namespace std; int fun(int a) { std::cou ...

  3. 【技术贴】解决MySql连接不上 ip远程连接Host is not allowed to conn

    落雨 如果你想连接远程IP的mysql的时候发生这个错误: ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL ...

  4. Unity3D脚本中文系列教程(十七)

    http://dong2008hong.blog.163.com/blog/static/469688272014032332976/ ◆ Static function PrefixLabel(to ...

  5. 【设计模式六大原则2】里氏替换原则(Liskov Substitution Principle)

      肯定有不少人跟我刚看到这项原则的时候一样,对这个原则的名字充满疑惑.其实原因就是这项原则最早是在1988年,由麻省理工学院的一位姓里的女士(Barbara Liskov)提出来的. 定义1:如果对 ...

  6. hdu 1879 继续畅通工程(最小生成树,基础)

    题目 #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> #include<algo ...

  7. SPOJ 7259 Light Switching (水题,区间01取反)

    #include <iostream> #include <stdio.h> #include <algorithm> #define lson rt<< ...

  8. 让IE系列浏览器支持HTML5(share)

    引用Google的html5.js文件 <!--[if IE]> <script src=”http://html5shiv.googlecode.com/svn/trunk/htm ...

  9. Jmeter 快速入门教程(三-1) --添加响应断言(即loadrunner中所指的检查点)

    [版权所有: whoistester.com & jmeter.cf] 上一节课,我们创建了一个测试场景,并进行了少量vuser的负载测试. 有时候我们执行了测试,但是发现并不是所有事务都执行 ...

  10. Ubuntu 14.04 + Linux 3.14.34 系统调用实现文件拷贝

    采用 64位系统, ubuntu 14.04 + 新内核linux-3.14.34 下载地址https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.1 ...