Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
fd46ccd4
Unverified
Commit
fd46ccd4
authored
Nov 16, 2018
by
Max Lv
Committed by
GitHub
Nov 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
0742fedd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+9
-1
No files found.
README.md
View file @
fd46ccd4
## Shadowsocks for Android
## Shadowsocks for Android
[

](https://circleci.com/gh
/shadowsocks/shadowsocks-android)
[

](https://travis-ci.org
/shadowsocks/shadowsocks-android)
[

](https://android-arsenal.com/api?level=21)
[

](https://android-arsenal.com/api?level=21)
[

](https://github.com/shadowsocks/shadowsocks-android/releases)
[

](https://github.com/shadowsocks/shadowsocks-android/releases)
[

](https://www.codacy.com/app/shadowsocks/shadowsocks-android?utm_source=github.com
&
utm_medium=referral
&
utm_content=shadowsocks/shadowsocks-android
&
utm_campaign=Badge_Grade)
[

](https://www.codacy.com/app/shadowsocks/shadowsocks-android?utm_source=github.com
&
utm_medium=referral
&
utm_content=shadowsocks/shadowsocks-android
&
utm_campaign=Badge_Grade)
...
@@ -28,6 +28,14 @@ but probably painful. Further contributions regarding building on Windows are al
...
@@ -28,6 +28,14 @@ but probably painful. Further contributions regarding building on Windows are al
*
Clone the repo using
`git clone --recurse-submodules <repo>`
or update submodules using
`git submodule update --init --recursive`
*
Clone the repo using
`git clone --recurse-submodules <repo>`
or update submodules using
`git submodule update --init --recursive`
*
Build it using Android Studio or gradle script
*
Build it using Android Studio or gradle script
### BUILD WITH DOCKER
```
bash
mkdir
build
sudo chown
3434:3434 build
docker run
--rm
-v
${
PWD
}
/build:/build shadowsocks/shadowsocks-android:circleci bash
-c
"cd /build; git clone https://github.com/shadowsocks/shadowsocks-android; cd shadowsocks-android; git submodule update --init --recursive; ./gradlew assembleDebug"
```
### [TRANSLATE](https://discourse.shadowsocks.org/t/poeditor-translation-main-thread/30)
### [TRANSLATE](https://discourse.shadowsocks.org/t/poeditor-translation-main-thread/30)
## OPEN SOURCE LICENSES
## OPEN SOURCE LICENSES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment