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. shallow copy & deep copy

    1.深复制与浅复制的概念 ->浅复制(shallow copy)概念   在SDK Guides中(搜索copy),官方给出的浅复制概念为: Copying compound objects, ...

  2. 修改npm包管理器的registry为淘宝镜像(npm.taobao.org)

    起因 安装了node,安装了npm之后,官方的源实在是 太慢了! 看了看淘宝的npm镜像, http://npm.taobao.org/  竟然说让我再下载一个cnpm,要不然就每次都得install ...

  3. tomcat 解析(二)-消息处理过程

    接下来我们应该去了解一下 tomcat 是如何处理jsp和servlet请求的. 1.  我们以一个具体的例子,来跟踪TOMCAT, 看看它是如何把Request一层一层地递交给下一个容器, 并最后交 ...

  4. Unity3d 一些 常见路径

    Application.persistentDataPath C:\Users\Administrator\AppData\LocalLow\Company Name\Product Name 如果改 ...

  5. mysql数据库主外键级联删除脚本RESTRICT --> CASCADE

    在项目中,我们一般在数据库设计的时候做主外键关联设计,要么就不做.但是这样不符合规范,呵呵. 建立主外键关系的时候,默认是不能级联删除的.而出现往往在删除主表的数据时报错, 需要先删除从表然后再删除主 ...

  6. Rsyslog配置

    http://blog.itpub.net/30015039/viewspace-1457009/

  7. 关于Model层中Datetime Datetime? 默认值的问题

    DateTime 和 DateTime?前者不允许为空,会有默认值,而DateTime?可以为Null 其他数值型同理!

  8. 初识Redis

    package com.wangzhu.redis; import java.util.List; import org.junit.After; import org.junit.Before; i ...

  9. cojs 简单的区间问题 解题报告

    新学了些弦图和区间图的新玩意,于是就想着出一道题目 其实这道题不用弦图和区间图的理论也是可以做的 首先考虑第一问,第一问是一个NOIP普及组水平的贪心 我们把区间按照右端点从小到大排序,之后从头到尾扫 ...

  10. Project Euler 94:Almost equilateral triangles 几乎等边的三角形

    Almost equilateral triangles It is easily proved that no equilateral triangle exists with integral l ...