zoukankan      html  css  js  c++  java
  • gradle使用手册

    gradle常用命令

    gradlew compileDebugSources --stacktrace -info
    gradlew processView2018DebugResources --stacktrace -info

    指定具体渠道打包apk命令

    In Terminal
    gradlew clean assemble[productFlavor][buildType]
    eg:
    gradlew clean assembleXiaomiDebug 可简写 gradlew clean aXD

    示例

    gradlew processView2018DebugResources --stacktrace

    gradlew compileDebugSources --stacktrace -info
    gradlew processView2018DebugResources --stacktrace -info
    
    > Task :app:processView2018DebugResources FAILED
    Task ':app:processView2018DebugResources' is not up-to-date because:
      Task has failed previously.
    All input files are considered out-of-date for incremental task ':app:processView2018DebugResources'.
    Unable do incremental execution: full task run
    AAPT2 aapt2-3.2.1-4818971-windows Daemon #0: starting
    
    Execution failed for task ':app:processView2018DebugResources'.
    > Android resource linking failed
      Output:  C:fastAndroidProjectsViewappuildintermediatesmerged_manifestsview2018DebugprocessView2018DebugManifestmergedAndroidManifest.xml:37: error: attribute android:confi
    gHelper not found.
      error: failed processing manifest. 
    
  • 相关阅读:
    [Codeforces721E]Road to Home
    [Codeforces513E2]Subarray Cuts
    [CodeForces332E]Binary Key
    [HDU4585]Shaolin
    [HDU3726]Graph and Queries
    [BZOJ3224]普通平衡树
    [BZOJ3173]最长上升子序列
    [POJ2985]The k-th Largest Group
    PHP一句话
    体验VIP版本灰鸽子,哈哈,拿到了老师的病毒教程
  • 原文地址:https://www.cnblogs.com/jooy/p/13821167.html
Copyright © 2011-2022 走看看