alnitak / magnifying_glass

Flutter real-time magnifying glass lens widget with Barrel/Pincushion distortion
Apache License 2.0
20 stars 3 forks source link

library "libmagnifying_glass_plugin.so" not found #2

Closed raysonlim77 closed 2 years ago

raysonlim77 commented 2 years ago

Hi,Having issue while trying the package on my android device,how do i solve it? i really need the feature badly for my app.

Invalid argument(s): Failed to load dynamic library 'libmagnifying_glass_plugin.so': dlopen failed: library "libmagnifying_glass_plugin.so" not found

alnitak commented 2 years ago

Hi, seems it doesn't find the native c++ compiled source! Have you tried to run the example?

raysonlim77 commented 2 years ago

Yes, i've tried to copy the whole example code to my app and its not working as well, do you have any idea to solve it?

alnitak commented 2 years ago

if you clone this repository and open that? Also you can try to open the example/android folder with Android Studio and try to compile from there. Another try we can do is to give me a simple project to let me see what wrong. Or maybe you can try to: flutter run -v to see verbose compile output.

alnitak commented 2 years ago

I close this issue. Please, if you have any news tell me