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: 1
my os is windows 10.
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.batfailed: exit code: 1my os is windows 10.