pavelzaichyk / flutter_unity_ads

Unity Ads plugin for Flutter Applications. This plugin is able to display Unity Banner Ads and Unity Video Ads.
https://pub.dev/packages/unity_ads_plugin
MIT License
30 stars 12 forks source link

Build release failed on Android #41

Closed felipecastro2607 closed 8 months ago

felipecastro2607 commented 8 months ago

When i am build a release version of my app, the building process is return the following:

flutter build apk --split-per-abi

Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1028 bytes (99.9% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.

FAILURE: Build failed with an exception.

BUILD FAILED in 14s Running Gradle task 'assembleRelease'... 14,6s Gradle task assembleRelease failed with exit code 1 A clear and concise description of what the bug is.

I got this error in two apps that are working properly before. So, i tried to create a fresh new app. Made build release without any package and worked. After, a added the last version of the package (0.3.9) and then the error occurred again.

Anybody knows how to resolve this issue ?

pavelzaichyk commented 8 months ago

Please check 0.3.10 version

felipecastro2607 commented 8 months ago

Problem solved! Thank you.