top of page

[flutter]Execution failed for task ':shared_preferences:verifyReleaseResources'.


Phenomenon


When I try to make an apk with flutter for publication with Google Pay and do flutter build apk, the above error occurs and I can not build.



Cause


It seems that it is useless unless the compileSdkVersion of build.gradle is 28 or higher.

This is written on various pages, so immediately changed

android / app / build.gradle

However, the error is not resolved.


Actually, if you have a third party library installed, build.gradle exists for each library, so all of those compileSdkVersions must be 28 or higher.

In my case, as mentioned above, there is an error in shared_preferences, so looking at build.gradle in shared_preferences at

External Libraries / Flutter Plugins /

, I found that compileSdkVersion was 27.


According to the official website, it seems that the version I had installed was old. After editing pubsec.yaml and updating to the latest version, I was able to build successfully.



Lastly


If you want to pub get, make sure to include the latest version. Especially when copying and pasting from a web page, the version may be out of date, so be careful!

Recent Posts

See All

[Flutter/Dart] Format string with TextField

What want to do I want to create an input form using TextField. For example, if the input content is a monetary amount, I would like to display it in 3-digit delimiters with a ¥ prefix. Rather than ha

Let's do our best with our partner:​ ChatReminder

iphone6.5p2.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Let's do our best with our partner:​ ChatReminder

納品:iPhone6.5①.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Theme diary: Decide the theme and record for each genre

It is a diary application that allows you to post and record with themes and sub-themes for each genre.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Inquiries: Please contact us on Twitter

  • Twitter
bottom of page