Commit 9c97dc9b authored by Mygod's avatar Mygod

Update README.md to reflect changes in sbt-android

parent 7d2e0a51
...@@ -20,7 +20,7 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala. ...@@ -20,7 +20,7 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala.
### BUILD ### BUILD
* Set environment variable `ANDROID_HOME` to `/path/to/android-sdk` * Set environment variable `ANDROID_HOME` to `/path/to/android-sdk`
* Set environment variable `ANDROID_NDK_HOME` to `/path/to/android-ndk` * (optional) Set environment variable `ANDROID_NDK_HOME` to `/path/to/android-ndk` (default: `$ANDROID_HOME/ndk-bundle`)
* Create your key following the instructions at https://developer.android.com/studio/publish/app-signing.html * Create your key following the instructions at https://developer.android.com/studio/publish/app-signing.html
* Create `mobile/local.properties` from `mobile/local.properties.example` with your own key information * Create `mobile/local.properties` from `mobile/local.properties.example` with your own key information
* Invoke the building like this * Invoke the building like this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment