Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed #10

Closed
lovachen opened this issue Jan 20, 2020 · 2 comments

Comments

@lovachen
Copy link

java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed

D:\xx\build\system_setting\intermediates\res\merged\release\values\values.xml:236: error: resource android:attr/fontVariationSettings not found.
D:\xx\build\system_setting\intermediates\res\merged\release\values\values.xml:237: error: resource android:attr/ttcIndex not found.

@paul678
Copy link

paul678 commented Feb 17, 2020

Probably caused by the library having an older compileSdkVersion than the app.

@MaximRyabovol
Copy link

Go to flutter/.pub-cache/hosted/pub.dartlang.org/system_setting-0.1.3/android/build.gradle and change "compileSdkVersion 27" to |compileSdkVersion 28|

Edward608 added a commit that referenced this issue Mar 19, 2021
Fixes #10 updated compileSdkVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants