Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x build of default project errors out at Create apk step with program not found #189

Open
arunk opened this issue Sep 24, 2024 · 1 comment

Comments

@arunk
Copy link

arunk commented Sep 24, 2024

It missed clang in a previous step and it mentioned the program so I set it up on my machine, but now the error message is:

build --device adb:192.168.1.73:39379 --verbose
[1/3] Fetch precompiled artifacts
info: component 'rust-std' for target 'aarch64-linux-android' is up to date
[1/3] Fetch precompiled artifacts [146ms]
[2/3] Build rust `template`
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
[2/3] Build rust `template` [620ms]
[3/3] Create apk
Error: program not found

Could you please tell me what program it is looking for? All my android platform tools and things are in my PATH.

@MarijnS95
Copy link
Member

MarijnS95 commented Jan 3, 2025

@arunk unfortunately I don't see too many Command::new()... calls after Create {} in the APK path, assuming it's not using gradle. Perhaps #204 can help you find which binary is missing, since xbuild's error handling is very lackluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants