git clone https://github.com/shadowsocks/shadowsocks-android.git
cd shadowsocks-android
git submodule update --init --recursive
chmod a+rwx ./ -R
docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug
cd shadowsocks-android
git submodule update --init --recursive
chmod a+rwx ./ -R
docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug
评论
发表评论