flutter_twitter_login icon indicating copy to clipboard operation
flutter_twitter_login copied to clipboard

Issue while create release apk

Open A-team-solace opened this issue 5 years ago • 6 comments

  • 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

A-team-solace avatar Dec 27 '19 12:12 A-team-solace

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

iPatel007 avatar Dec 31 '19 04:12 iPatel007

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.

vhgn avatar Feb 03 '20 17:02 vhgn

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.

This one worked for me :D

thechinkysight avatar Mar 09 '20 03:03 thechinkysight

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.

can you create a PR so its also fixed in "official" repo?

venil7 avatar May 03 '20 19:05 venil7

@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).

vhgn avatar May 03 '20 19:05 vhgn

@roughike Could you please accept the PR?

ciriousjoker avatar Aug 10 '20 20:08 ciriousjoker