Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kmcallister/1af1834e8b6a892a1e47a553a373d00c to your computer and use it in GitHub Desktop.

Select an option

Save kmcallister/1af1834e8b6a892a1e47a553a373d00c to your computer and use it in GitHub Desktop.
cargo apk woes
keegan@marasmius ~/azurescens$ NDK_HOME=~/android/android-ndk-r14b ANDROID_HOME=~/android cargo apk
Cargo-Apk: Compiling android_native_app_glue.c
Cargo-Apk: Compiling injected-glue
Cargo-Apk: Compiling injected-glue
Cargo-Apk: Compiling glue_obj
Cargo-Apk: Compiling crate
Compiling azurescens v0.1.0 (file:///home/keegan/azurescens)
Finished dev [unoptimized + debuginfo] target(s) in 5.24 secs
Cargo-Apk: Invoking ant
Error executing ["ant", "debug"]
Status code 1
Stdout
--------------------
Buildfile: /home/keegan/azurescens/target/android-artifacts/build/build.xml
Stderr
--------------------
BUILD FAILED
/home/keegan/azurescens/target/android-artifacts/build/build.xml:6: Cannot find /home/keegan/android/tools/ant/build.xml imported from /home/keegan/azurescens/target/android-artifacts/build/build.xml
Total time: 0 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment