We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6613a60 commit 7d16f43Copy full SHA for 7d16f43
src/renutil.rs
@@ -705,6 +705,7 @@ pub async fn install(
705
let android_py = base_path.join("rapt/android.py");
706
let mut cmd = Command::new(&python);
707
cmd.args(["-EO", android_py.to_str().unwrap(), "installsdk"]);
708
+ cmd.current_dir(base_path.join("rapt"));
709
710
let status = cmd.status()?;
711
if !status.success() {
0 commit comments