-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
problem building #2666
Comments
No idea how to solve this problem??? |
试试按照编译指南,一步步做。 ./gradlew assembleDebug 如果你不能确认问题出在什么地方,请发完整的编译日志上来。 |
Hi @dev4u, 我和Siromidz遇到了同样的问题。按照编译指南一步步做,编译出现
|
怀疑是OOM了,检查一下内存够不够。 |
@dev4u 感谢回复。 电脑是32G内存。应该够了。 |
如果你确定要用日构版,请保持日常必要的更新。 |
@dev4u 谢谢你的回复。我担心同样的问题另起一个issue会被鄙视,呵呵。
是不是这个python命令在windows系统水土不服? P.S. 对了,Python 3.9.1版本 |
Same problem, any solution? |
dear friends. would you please please write in English? |
I compiled successfully in Ubuntu, finally. |
build.gradle.kts ps:sorry, it cannot create libsslocal.so, just skip |
What is the solution? Still have this problem! But now with code 9009 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
hi
i followed the instructions mentioned in the read me file:
JDK 1.8
Android SDK
Android NDK
Rust with Android targets installed
$ cd core/src/main/rust/shadowsocks-rust
$ rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
then cloned using: git clone --recurse-submodules
then :git submodule update --init --recursive
and when i tried to run the app, i faced this error:
linking with
...\shadowsocks-android\build\linker-wrapper\linker-wrapper.bat
failed: exit code: 1my os is windows 10.
The text was updated successfully, but these errors were encountered: