Flutter:构建错误:任务':app:processDebugResources'的执行失败。

问题描述 投票:0回答:1
在将flutter升级到v1.17.3之前,一切正常,

已经尝试:

flutter clean

flutter downgrade

我得到的错误(构建失败):

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed C:\Users\Shamuvel\Desktop\App Development\PROJECTS\Grocery Store\groci\android\Store\groci\android\app\src\main\AndroidManifest.xml:8:5-47:19: AAPT: error: attribute android:requestLegacyExternalStorage not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1m 27s The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility. Building plugin path_provider... FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'path_provider'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 5s Exception: The plugin path_provider could not be built due to the issue above.

gradle.properties文件:

org.gradle.jvmargs=-Xmx1536M android.enableR8=true android.useAndroidX=true android.enableJetifier=true

解决方案

谢谢!

在将flutter升级到v1.17.3之前,一切工作正常,已经尝试过:flutter clean和flutter降级我得到的错误(构建失败):失败:生成失败,出现异常。 ...

flutter dart androidx flutter-dependencies build-error
1个回答
0
投票
最后,compileSdkVersion文件中的targetSdkVersionandroid/app/build.gradle从28切换到29起作用。
© www.soinside.com 2019 - 2024. All rights reserved.