Created
May 15, 2018 12:13
-
-
Save FruitieX/0b8f1bedcc89faf28f0a2e9d133ce83c to your computer and use it in GitHub Desktop.
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
android-env-chrootenv:rasse@rasse-laptop:~/Android/Sdk/build-tools/23.0.1$ strace -f ./aapt | |
execve("./aapt", ["./aapt"], 0x7ffeca4f9a98 /* 152 vars */) = -1 ENOENT (No such file or directory) | |
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 10), ...}) = 0 | |
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory | |
) = 40 | |
getpid() = 12298 | |
exit_group(1) = ? | |
+++ exited with 1 +++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment