摘要:項(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: InFontFamilyFont, 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
摘要:添加插件可能會(huì)遇到如下報(bào)錯(cuò)提示信息如果你在時(shí),有注意到是需要版本大于等于解決方案所以只需要運(yùn)行命令這樣就在運(yùn)行就能打包成功了 添加ionic插件cordova-plugin-file可能會(huì)遇到如下報(bào)錯(cuò) 提示信息 :processDebugResources :generateDebugSources :compileDebugJava apache/cordova/filetransf...
摘要:添加插件可能會(huì)遇到如下報(bào)錯(cuò)提示信息如果你在時(shí),有注意到是需要版本大于等于解決方案所以只需要運(yùn)行命令這樣就在運(yùn)行就能打包成功了 添加ionic插件cordova-plugin-file可能會(huì)遇到如下報(bào)錯(cuò) 提示信息 :processDebugResources :generateDebugSources :compileDebugJava apache/cordova/filetransf...
摘要:注有關(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...
摘要:它是對的重大改進(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...
閱讀 1024·2021-10-27 14:15
閱讀 2778·2021-10-25 09:45
閱讀 1942·2021-09-02 09:45
閱讀 3370·2019-08-30 15:55
閱讀 1807·2019-08-29 16:05
閱讀 3204·2019-08-28 18:13
閱讀 3118·2019-08-26 13:58
閱讀 457·2019-08-26 12:01