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

Issue while create release apk #30

Open
A-team-solace opened this issue Dec 27, 2019 · 6 comments
Open

Issue while create release apk #30

A-team-solace opened this issue Dec 27, 2019 · 6 comments

Comments

@A-team-solace
Copy link

  • 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

@iPatel007
Copy link

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

@vhgn
Copy link

vhgn commented Feb 3, 2020

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.

@thechinkysight
Copy link

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

@venil7
Copy link

venil7 commented May 3, 2020

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?

@vhgn
Copy link

vhgn commented May 3, 2020

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

@ciriousjoker
Copy link

@roughike Could you please accept the PR?

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

6 participants