zoukankan      html  css  js  c++  java
  • gradle command not found

    Run:

    ./gradlew -q dependencies <module-name>:dependencies --configuration compile

    Example:

    ./gradlew -q dependencies app:dependencies --configuration compile

    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

  • 相关阅读:
    截取表单提交的字符串信息转换成对象 -- 前端面试题(一)
    HTML5 简单归纳 -- 前端知识 (二)
    02_安装Linux
    01_Linux 简介
    Mysql学习笔记八:Mysql操作
    Mysql学习笔记七:常用SQL语句
    Mysql学习笔记六:事务
    Mysql学习笔记五:修改
    Mysql学习笔记四:查询
    Mysql学习笔记二:主键、外键
  • 原文地址:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/5481261.html
Copyright © 2011-2022 走看看