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
Recent python-for-android tools doesn't add SONAME header in libpython3.8.so library that cause linking error.
You can verify
readelf -a libpython3.8.so > log.txt
The text was updated successfully, but these errors were encountered:
Hi @manobendro !
Just for adding some more context, what is your use case?
Sorry, something went wrong.
Try to embedding python in an android application
No branches or pull requests
Recent python-for-android tools doesn't add SONAME header in libpython3.8.so library that cause linking error.
You can verify
The text was updated successfully, but these errors were encountered: