-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Missing libraries in target dir on Windows #100
Comments
I don't have this issue when building libraries myself. Does your project have a |
yes,and windows target can be built successfully |
Frustrating. I'm still investigating why. Only happens in some projects. <_< |
Hey @ScSofts, try version 3.1.1. |
OK👌I'll have a try |
It works smoothly! Good job! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
However, I found no "libflashdrop.so" in target\aarch64-linux-android\debug.
When I tried to execute commnad
cargo ndk -t arm64-v8a -o . build
, it failed again.So wired........
My cargo.toml as follow:
Originally posted by @ScSofts in #99 (comment)
The text was updated successfully, but these errors were encountered: