Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    This worked for me. I'm using Gradle 8.2 in my Flutter 3 project and I've tried all solutions from internet to automate a script in build.gradle and to avoid to do this task manually. But there is no solution for the moment and the old script is not working anymore. I mean this: stackoverflow.com/questions/63373245/… Commented Jul 26, 2023 at 9:49
  • To perform that command, point your terminal to the projects lib folder [ProjectName/build/app/intermediats/merged_native_libs/release/out/lib] Commented Feb 3, 2024 at 18:37
  • 1
    Also for removing the DS_Store file you have to use this: zip -d Archive.zip "*/.DS_Store" Commented Aug 19, 2024 at 17:59