flutter_twitter_login
flutter_twitter_login copied to clipboard
Issue while create release apk
- What went wrong: Execution failed for task ':flutter_twitter_login:verifyReleaseResources'.
java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed C:\Users\Shubham\AndroidStudioProjects\go_flite_12_12\build\flutter_twitter_login\intermediates\res\merged\release\values\values.xml:247: error: resource android:attr/fontVariationSettings not found. C:\Users\Shubham\AndroidStudioProjects\go_flite_12_12\build\flutter_twitter_login\intermediates\res\merged\release\values\values.xml:248: error: resource android:attr/ttcIndex not found. error: failed linking references.
-
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 4m 59s Finished with error: Gradle task assembleRelease failed with exit code 1
getting same issue... I have posted question on StackOverFlow
https://stackoverflow.com/questions/59496368/execution-failed-for-task-flutter-twitterverifyreleaseresources?noredirect=1#comment105248897_59496368
Didn't find the solution
Fix this issue by referencing a fixed fork of this repo in pubspec.yaml
flutter_twitter_login:
git: git://github.com/eudangeld/flutter_twitter_login.git
Delete build
folder and flutter clean
to be absolutely sure.
Fix this issue by referencing a fixed fork of this repo in
pubspec.yaml
flutter_twitter_login: git: git://github.com/eudangeld/flutter_twitter_login.git
Delete
build
folder andflutter clean
to be absolutely sure.
This one worked for me :D
Fix this issue by referencing a fixed fork of this repo in
pubspec.yaml
flutter_twitter_login: git: git://github.com/eudangeld/flutter_twitter_login.git
Delete
build
folder andflutter clean
to be absolutely sure.
can you create a PR so its also fixed in "official" repo?
@venil7 #13 is a PR by the original creator of the fixed fork (eudangeld), it didn't get accepted as this project doesn't seem to be actively maintained by anyone.
My advice is to use this hack (referencing fixed fork in pubspec.yaml
).
@roughike Could you please accept the PR?