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
b73d483f
Commit
b73d483f
authored
Jun 10, 2014
by
Max Lv
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #81 from zhongl/master
Improve README
parents
5c4c8bee
b3e77881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
README.md
README.md
+7
-3
local.properties.example
local.properties.example
+1
-1
No files found.
README.md
View file @
b73d483f
...
...
@@ -23,10 +23,12 @@ Help to translate shadowsocks: http://crowdin.net/project/shadowsocks/invite
*
Set environment variable
`ANDROID_NDK_HOME`
to
`/path/to/android-ndk`
*
Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert
*
Put your key in ~/.keystore
*
Create
`local.properties`
from
`local.properties.example`
with your own key
alias
*
Create
`local.properties`
from
`local.properties.example`
with your own key
information
*
Invoke the building like this
```
bash
git submodule update
--init
# Build native binaries
./build-ndk.sh
...
...
@@ -37,14 +39,16 @@ Help to translate shadowsocks: http://crowdin.net/project/shadowsocks/invite
#### BUILD on Mac OS X (with HomeBrew)
*
Install Android SDK and NDK by run
`brew install android-ndk android-sdk`
*
Add
`export ANDROID_HOME=/usr/local/
opt/android-sdk
`
to your .bashrc , then reopen the shell to loat it.
*
Add
`export ANDROID_HOME=/usr/local/
Cellar/android-sdk/$version
`
to your .bashrc , then reopen the shell to loat it.
*
Run
`echo "y" | android update sdk --filter tools,platform-tools,build-tools-19.0.3,android-19,extra-google-m2repository,extra-android-m2repository --no-ui --no-https -a`
*
Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert
*
Put your key in ~/.keystore
*
Create
`local.properties`
from
`local.properties.example`
with your own key
alias
.
*
Create
`local.properties`
from
`local.properties.example`
with your own key
information
.
*
Invoke the building like this
```
bash
git submodule update
--init
# Build native binaries
./build-ndk.sh
...
...
local.properties.example
View file @
b73d483f
key.alias: travis
key.store: travis.keystore
key.store:
/path/to/
travis.keystore
key.store.password=travis
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