Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
python3不行,python2可以,当然也可能是我环境配置错误 |
Beta Was this translation helpful? Give feedback.
0 replies
-
python3需要在core的build.gradle.kts文件里面指定。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
请问这个具体是怎么写的? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
error: linking with
/Users/test/Desktop/Projects/shadowsocks-android/build/linker-wrapper/linker-wrapper.sh
failed: exit status: 127linking with
/Users/test/Desktop/Projects/shadowsocks-android/build/linker-wrapper/linker-wrapper.sh
failed: exit status: 127|
= note: "/Users/test/Desktop/Projects/shadowsocks-android/build/linker-wrapper/linker-wrapper.sh" ....
= note: /Users/test/Desktop/Projects/shadowsocks-android/build/linker-wrapper/linker-wrapper.sh: line 4: python: command not found
linker-wrapper.sh
:`#!/usr/bin/env bash
Invoke linker-wrapper.py with the correct Python command.
"${RUST_ANDROID_GRADLE_PYTHON_COMMAND}" "${RUST_ANDROID_GRADLE_LINKER_WRAPPER_PY}" "$@"`
好像是跟python有关。 我不了解它,请问怎么解决
It seems to have something to do with Python. I don't understand it. How can I solve it
Beta Was this translation helpful? Give feedback.
All reactions