-
Notifications
You must be signed in to change notification settings - Fork 48
Android - Issue while create release apk with twitter_flutter #26
Comments
I think this might be because the Twitter project is compiling against SDK 27. I've seen some other project mention similar build errors when using v27 and not v28. I'll fork the Twitter project and see if I can integrate that forked version with my forked version of this project. It's turtles all the way down :-D |
I've forked the twitter project that @Maliffic has here, tweaked it to be an AndroidX build and have managed to get a release APK working. Some caveats:
To get the forked version, you can modify your project to override the
The forked repo is open, so please check the changes (I'm trustworthy, but you should check anyway :-D ) And finally, @Maliffic has been very quiet here, hope they are OK. |
Hmm, the iOS version doesn't build and having tried other people's fork I can't get them to build either. Twitter deprecated the This fork looks like it is being maintained, but due to the naming switch mentioned above, it's not directly compatible. |
Also this is related to this
roughike/flutter_twitter_login#30
and there is an open question on SO
https://stackoverflow.com/questions/59496368/execution-failed-for-task-flutter-twitterverifyreleaseresources
The text was updated successfully, but these errors were encountered: