Skip to content
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

python3.11 __aeabi_memcpy #304

Open
LittlePWQ opened this issue Nov 7, 2024 · 2 comments
Open

python3.11 __aeabi_memcpy #304

LittlePWQ opened this issue Nov 7, 2024 · 2 comments

Comments

@LittlePWQ
Copy link

When I run the demo on an Android 6.0.1, armeabi-v7a device, the following error log appears:
com.yausername.youtubedl_android_example E/StreamingExample: failed to get stream info
com.yausername.youtubedl_android.YoutubeDLException: WARNING: linker: /data/app/com.yausername.youtubedl_android_example-1/lib/arm/libpython.so: unused DT entry: type 0x1d arg 0x4d
WARNING: linker: /data/data/com.yausername.youtubedl_android_example/no_backup/youtubedl-android/packages/python/usr/lib/libandroid-support.so: unused DT entry: type 0x1d arg 0x151
WARNING: linker: /data/data/com.yausername.youtubedl_android_example/no_backup/youtubedl-android/packages/python/usr/lib/libpython3.11.so.1.0: unused DT entry: type 0x1d arg 0x90f7
CANNOT LINK EXECUTABLE: cannot locate symbol "__aeabi_memcpy" referenced by "/data/data/com.yausername.youtubedl_android_example/no_backup/youtubedl-android/packages/python/usr/lib/libpython3.11.so.1.0"...
page record for 0xf6ffb08c was not found (block_size=128)

@xibr
Copy link
Collaborator

xibr commented Nov 7, 2024

Support for Android 5 and Android 6 was dropped when upgrading to Python3.11.

@LittlePWQ
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants