Created
May 8, 2017 05:19
-
-
Save kmcallister/1af1834e8b6a892a1e47a553a373d00c to your computer and use it in GitHub Desktop.
cargo apk woes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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