Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Fix build release apk issue, change compileSdkVersion to 28 #8

Merged
merged 2 commits into from
Jun 26, 2019

Conversation

chunhunghan
Copy link
Contributor

solution
flutter/flutter#27226 (comment)

Error when build release apk
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':fzxing:verifyReleaseResources'.
> java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
  C:\Users\xxx\source\flutter\xxx\build\fzxing\intermediates\res\merged\release\values\values.xml:274: error: resource android:attr/fontVariationSettings not found.
  C:\Users\xxx\source\flutter\xxx\build\fzxing\intermediates\res\merged\release\values\values.xml:275: error: resource android:attr/ttcIndex not found.
  error: failed linking references.

resource android:attr/fontVariationSettings not found
resource android:attr/ttcIndex not found
flutter/flutter#27226 (comment)
add parameter for AndroidX
@trevorwang trevorwang merged commit 92ac9cc into trevorwang:master Jun 26, 2019
@trevorwang
Copy link
Owner

Thanks for your contribution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants