-
Notifications
You must be signed in to change notification settings - Fork 112
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
Error Linking | armv7a-linux-androideabi28-clang | Linux Mint #38
Comments
Hi! The problem, at least for me when building your application, is |
I've updated the crate name, but the error still persists. My guess is that I'm missing a native package, but I don't know which one. |
If you rename the crate, you probably still have libandroid.so in your target folder. Can you try manually removing the file or doing a clean build? |
It's compiling now |
I've been trying to run gfx-rs/wgpu-rs on Android, and I've run into a linking error with version 0.1.0 of the
ndk
package.I've created a repository that replicates the issue.
https://github.com/sotrh/wgpu-on-android
I've attached an the stderr output of
cargo apk run
as well.error.txt
Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: