Closed HonzaR closed 6 months ago
Moving back in the commit history until the beginning of this year didn't find the problematic commit for me.
This is the specific error:
= note: /Users/honza/Projects/test-sdk/zcash-android-wallet-sdk/build/linker-wrapper/linker-wrapper.sh: line 4: python: command not found
This means that something changed with your Python setup that is preventing the rust-android-gradle
plugin from finding Python. You can configure where your Python is explicitly by following these instructions (i.e. either setting it in local.properties
in the root dir, or providing the RUST_ANDROID_GRADLE_PYTHON_COMMAND
environment variable.
That's correct, thank you. Closing this.
Describe the issue
There is a Rust linking issue when building the project from source code for the first time.
Actual behavior + errors
Following setup instructions leads to this issue.
Any extra information that might be useful in the debugging process.
Full stack trace: