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. apache + tomcat 集群

    apache2.2与tomcat集成(可以多个tomcat) 需求概况: 有3个服务: localhost:9091, localhost:9190. localhost:9191分别对应3个tomc ...

  2. php 安全处理方案

    Safe::mysqlSafe(); sql注入,升级5.3.6以上版本php 方案一:将所有请求中所有数据(get/post/cookie)实现mysql_escape_string进行安全处理. ...

  3. (int)、Convert.ToInt32()与int.Parse()的区别

    1.(int)是类型转换,能够使用(int)进行强类型转换的只能是数值类型,如long.short.double等,这种转换时需要考虑精度问题. 如下的代码就行不通了: string text = & ...

  4. [STL]单词转换

    如果单词转换文件的内容是: 'em         themcuz         becausegratz      grateful i             Inah        nopos ...

  5. Javascript 绝对定位和相对定位

    <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...

  6. JavaScript执行上下文

    变量声明.函数声明为何会提升?js执行时是如何查找变量的?JavaScript中最基本的部分——执行上下文(execution context) 什么是执行上下文? 当JavaScript代码运行,执 ...

  7. 简单易懂的现代魔法——Play Framework攻略2

    接前文:http://www.cnblogs.com/Kassadin/p/4335908.html 上次讲到Play Framework开发环境的配置,以及第一个Hello World程序:本次主要 ...

  8. Makefile笔记

    一个简单的Makefile描述规则组成: TARGET...:PREREQUISITES... COMMANDS... ... target:规则的目标.通常是程序中间或者最后要生成的文件名,也可以是 ...

  9. 【mongoDB运维篇②】备份与恢复(导入与导出)

    导入/导出可以操作的是本地的mongodb服务器,也可以是远程的服务器 所以,都有如下通用选项: -h host 主机 --port port 端口 -u username 用户名 -p passwd ...

  10. JAVA XMLConfiguration解决StringXML及多节点

    import org.apache.commons.configuration.ConfigurationException; import org.apache.commons.configurat ...