KRTirtho / metadata_god

Audio file Metadata reading and writing library for Flutter
MIT License
23 stars 12 forks source link

[bug] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libmetadata_god.so': dlopen failed: library "libmetadata_god.so" not found #22

Closed zhangruiyu closed 1 year ago

zhangruiyu commented 1 year ago

google Pixel 4(android 12)

image

KRTirtho commented 1 year ago

Try flutter clean. May be it failed to download the shared libraries

zhangruiyu commented 1 year ago

Try flutter clean. May be it failed to download the shared libraries

I tried. I still do

MarnoDev commented 1 year ago

I solved this by upgrade to 0.5.0, also remember to flutter clean

zhangruiyu commented 1 year ago

I solved this by upgrade to 0.5.0, also remember to flutter clean

Thank you for your help😃