does the compiler files suppose to be inside cargo-ndk-3.2.0
crate?
#113
Unanswered
AnotherCoder1
asked this question in
Q&A
Replies: 1 comment
-
error[E0425]: cannot find value error: could not compile It says, I need to install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After following the instruction in the documentation,
like issuing the
rustup
command to download the appropriate compiler for certain platforms, and compile it usingcargo
command apparently, I have got some error saying could not found a certainmodule
or file, like it cannot resolve the functiondeclaration.
Initially, I do not know where the crate folder installed on my machine, then I found something interesting in:
.cargo\registry\src\index.crates.io-xxxxxxxxxx\cargo-ndk-3.2.0
So, I suppose this is the crate downloaded from rust repositories
crates.io
written by you.Then, I navigate into
./target
folder and found:aarch64-linux-android
folderarmv7-linux-androideabi
folderAre those two folders is in the correct directory ? or have I messed up file hierarchy
because apparently I have error saying
something not found
, so I assume my file hierarchy is not the same as you.I am new to rust by the way.
Beta Was this translation helpful? Give feedback.
All reactions