-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
ctypes.util.find_library() doesn't work on arch arm64-v8a #1770
Comments
Could you share your |
happy to:
|
@tcdude can you send the .apk to |
@Jonast I sent a link to the indicated address. Hope it helps, let me know if I can provide more detail/information. |
@tcdude thanks, got it, and I can see what the issue is. we are affected by this: https://stackoverflow.com/questions/41709129/lib-directory-missing-after-installing-64-bit-android-application I'm preparing a fix |
@tcdude ok I got a fix now that appears to work. Can you try whether it solves the problem for you? To do so, install python-for-android from the pull request e.g. like this:
You may also need to use |
@Jonast I can confirm that this fixes the issue at hand. |
Properly search native lib dir in ctypes, fixes #1770
Versions
Description
Build for arch
arm64-v8a
succeeds but raises aFileNotFoundError
during execution (see logcat below)According to @inclement, this might be related to #1701
buildozer.spec
Not using buildozer.
setup.py
Logs
adb logcat | grep python
The text was updated successfully, but these errors were encountered: