We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran the app on emulator. It is crashing for me with the reason library "song-actions.so" not found
I do not have knowledge of working with native library. I tried to get help from StackOverflow but couldn't understand what needs to be done.
From the logs it seems to me that the compiler prefixes the lib word at the beginning and adds .so at the end.
Is it a normal crash? Can you provide the steps to avoid the crash while having the library in use?
Apologies if this requires a basic understanding.
Thanks
The text was updated successfully, but these errors were encountered:
Well the library is useless right now anyway, I was going to use it for metadata stuff but never got around to it, so for now it does nothing
You can probably revert 5b118c7 and build without it
Sorry, something went wrong.
No branches or pull requests
I ran the app on emulator. It is crashing for me with the reason library "song-actions.so" not found
I do not have knowledge of working with native library. I tried to get help from StackOverflow but couldn't understand what needs to be done.
From the logs it seems to me that the compiler prefixes the lib word at the beginning and adds .so at the end.
Is it a normal crash?
Can you provide the steps to avoid the crash while having the library in use?
Apologies if this requires a basic understanding.
Thanks
The text was updated successfully, but these errors were encountered: