简体   繁体   中英

Flutter - Error while buiiding the apk in Android Studio

The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.

I'm using Android Studio for flutter, while building apk, build failed with above exception.

FAILURE: Build failed with an exception. * What went wrong:

Execution failed for task ':path_provider:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

Android resource linking failed

 /Users/android/.gradle/caches/transforms-2/files-2.1/7faf2ad74a0b9932e38d86e684646e95/core-1.0.0/res/values/values.xml:57:5-88:25:

AAPT: error: resource android:attr/fontVariationSettings not found.

 /Users/android/.gradle/caches/transforms-2/files-2.1/7faf2ad74a0b9932e38d86e684646e95/core-1.0.0/res/values/values.xml:57:5-88:25:

AAPT: error: resource android:attr/ttcIndex not found.

What is causing this? Any suggestions would be helpful.

Flutter Clean 并更新你的包 path_provider

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM