You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have rust installed and have run other rust apps in Termux, but I had this error when trying to install this app with cargo.
error[E0425]: cannot find value EXPECTED_JVM_FILENAME in this scope
--> /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/jni-0.19.0/build.rs:102:25
|
102 | if file_name == EXPECTED_JVM_FILENAME {
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
For more information about this error, try rustc --explain E0425.
error: could not compile jni due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile code-radio-cli v1.0.3, intermediate artifacts can be found at /data/data/com.termux/files/usr/tmp/cargo-installWovW8G
The text was updated successfully, but these errors were encountered:
I have rust installed and have run other rust apps in Termux, but I had this error when trying to install this app with cargo.
error[E0425]: cannot find value
EXPECTED_JVM_FILENAME
in this scope--> /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/jni-0.19.0/build.rs:102:25
|
102 | if file_name == EXPECTED_JVM_FILENAME {
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
For more information about this error, try
rustc --explain E0425
.error: could not compile
jni
due to previous errorwarning: build failed, waiting for other jobs to finish...
error: failed to compile
code-radio-cli v1.0.3
, intermediate artifacts can be found at/data/data/com.termux/files/usr/tmp/cargo-installWovW8G
The text was updated successfully, but these errors were encountered: