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

最新文章

  1. WCF学习之旅—TcpTrace工具(二十六)
  2. PHP 面向对象编程和设计模式 (3/5) - 单例模式和工厂模式
  3. 添加右键菜单命令 在此处打开命令窗口(E)(带图标)
  4. poj3368(RMQ——ST)
  5. 使用Json.NET来序列化所需的数据
  6. SequoiaDB 系列之二 :SequoiaDB的简单CRUD操作
  7. LoadRunner中响应时间与事物时间详解
  8. 实现Android 动态载入APK(Fragment or Activity实现)
  9. GIS 地图中术语解释
  10. Linux内核IP层的报文处理流程(一)
  11. IsKeyboardFocused -- 键盘焦点
  12. webpack学习(一):webpack 介绍&安装&常用命令
  13. 死磕 java集合之PriorityQueue源码分析
  14. 爬虫--cheerio
  15. 第三周学习进度条+PSP0过程文档
  16. 2017-3-30/HTTP协议2
  17. Maximum Product Subarray LT152
  18. RocketMQ 消息消费
  19. 原创:超简单!windows配置NDK开发环境使用JNI
  20. 接口(interface)那点事

热门文章

  1. 1486: [HNOI2009]最小圈 - BZOJ
  2. Codeforces Round #349 (Div. 1) A. Reberland Linguistics dp
  3. Unity3D开发之“获取IOS设备所在的国家代码"
  4. cast——java类型转换
  5. Rockethon 2015
  6. 【转】Dr.com 5.20破解教程
  7. lintcode:合并区间
  8. java如何得到GET和POST请求URL和参数列表
  9. ios开发--高德地图SDK使用简介
  10. ios开发--27个提升效率的iOS开源库推荐