mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Compiling the rustdesk project failed to generate librustdesk.so under armeabi-v7a. #1527
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kukudetang on GitHub (Mar 15, 2023).
Description
According to this development link https://rustdesk.com/docs/en/dev/build/android/ , the librustdesk.so of arm64 has been generated and is running normally. However, when the librustdesk.so file under armeabi-v7a is generated, an error message is always reported that the native static libraries opus and yuv cannot be found. When I look at the development link again, I find that https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/dep.tar.gz This link only provides the relevant information of arm64 under vcpkg, and does not provide the relevant information of armeabi-v7a. There is no other way。
Impact
If you want to compile and run on Android devices, the arm series does not support
Additional Context
No response
@rustdesk commented on GitHub (Mar 15, 2023):
#763