国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

ionic打包報(bào)錯(cuò)Execution failed for task ':processD

GeekGhc / 2026人閱讀

摘要:項(xiàng)目打包運(yùn)行命令的時(shí)候報(bào)錯(cuò)報(bào)錯(cuò)詳情如下解決辦法已經(jīng)執(zhí)行過命令添加了平臺(tái),直接打開目錄你的項(xiàng)目工程文件中找到方法在這個(gè)方法之前添加上如下內(nèi)容原因分析帶號是指要用最新版本。

ionic項(xiàng)目打包運(yùn)行命令 ionic build android的時(shí)候報(bào)錯(cuò)

報(bào)錯(cuò)詳情如下

:processDebugResourcesERROR: In  FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In  FontFamilyFont, unable to find attribute android:ttcIndex

 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ":processDebugResources".
> com.android.ide.common.process.ProcessException: Failed to execute aapt


BUILD FAILED

Total time: 27.96 secs
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error: cmd: Command failed with exit code 1 Error output:
ERROR: In  FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In  FontFamilyFont, unable to find attribute android:ttcIndex


FAILURE: Build failed with an exception.

 * What went wrong:
Execution failed for task ":processDebugResources".
> com.android.ide.common.process.ProcessException: Failed to execute aapt

 * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

解決辦法:

已經(jīng)執(zhí)行過命令ionic cordova platform add android 添加了android平臺(tái),
直接打開目錄 你的項(xiàng)目工程/platform/build.gradle文件中
找到def addSigningProps(propsFilePath, signingConfig){...}方法
在這個(gè)方法之前添加上如下內(nèi)容

gradle.taskGraph.whenReady { taskGraph ->
    taskGraph.getAllTasks().each() { task ->
        if (task.name == "validateReleaseSigning" || task.name == "validateSigningRelease") {
            promptForReleaseKeyPassword()
        }
    }
}

def addSigningProps(propsFilePath, signingConfig) {
...
}

原因分析

compile "com.android.support:support-v4:+" 帶+號是指要用最新版本。

force "com.android.support:support-v4:27.1.0" 添加force強(qiáng)制指定annotations

文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/93414.html

相關(guān)文章

  • ionic打包報(bào)錯(cuò)Execution failed for task ':compileD

    摘要:添加插件可能會(huì)遇到如下報(bào)錯(cuò)提示信息如果你在時(shí),有注意到是需要版本大于等于解決方案所以只需要運(yùn)行命令這樣就在運(yùn)行就能打包成功了 添加ionic插件cordova-plugin-file可能會(huì)遇到如下報(bào)錯(cuò) 提示信息 :processDebugResources :generateDebugSources :compileDebugJava apache/cordova/filetransf...

    pepperwang 評論0 收藏0
  • ionic打包報(bào)錯(cuò)Execution failed for task ':compileD

    摘要:添加插件可能會(huì)遇到如下報(bào)錯(cuò)提示信息如果你在時(shí),有注意到是需要版本大于等于解決方案所以只需要運(yùn)行命令這樣就在運(yùn)行就能打包成功了 添加ionic插件cordova-plugin-file可能會(huì)遇到如下報(bào)錯(cuò) 提示信息 :processDebugResources :generateDebugSources :compileDebugJava apache/cordova/filetransf...

    whidy 評論0 收藏0
  • Execution failed for task ':app:compileDebugJ

    摘要:注有關(guān)詳細(xì)信息請使用重新編譯。個(gè)錯(cuò)誤原來是的找不到了徹底解決了可以在右側(cè)找到對應(yīng)的各種快捷鍵 org.gradle.api.tasks.TaskExecutionException: Execution failed for task :app:compileDebugJavaWithJavac. at org.gradle.api.internal.tasks.executi...

    nicercode 評論0 收藏0
  • [譯] Plaid 應(yīng)用遷移到 AndroidX 的實(shí)踐經(jīng)歷

    摘要:它是對的重大改進(jìn)和全面替代方案。一個(gè)更直接的方法是開始遷移,并且檢查可能出現(xiàn)的報(bào)錯(cuò)。遷移工具位于菜單欄的選項(xiàng)。這個(gè)選項(xiàng)將遷移整個(gè)項(xiàng)目的所有模塊。中的遷移工具是遷移的主要方式。遷移應(yīng)用變更最少的代碼以保證應(yīng)用可以仍能正常運(yùn)行。 原文地址:Cross-stitching Plaid and AndroidX 原文作者:Tiem Song 譯文出自:掘金翻譯計(jì)劃 本文永久鏈接:github.co...

    番茄西紅柿 評論0 收藏0

發(fā)表評論

0條評論

最新活動(dòng)
閱讀需要支付1元查看
<