Hi,
I'm trying to build an android app with kivy/buildozer, using architecture arm64-v8a, shazamio-core build is fine (no error on compile), but when running on smartphone the app crashes with this error:
ImportError: dlopen failed: cannot locate symbol "__gxx_personality_v0" referenced by "/data/data/net.magowiz.musenote/files/app/_python_bundle/site-packages/shazamio_core/shazamio_core.so"...
What I miss?
from python-for-android (here: kivy/python-for-android#3030) they suggested me to add -lstdc++ to LDFLAGS but I still get the error.