Merge "commons" into the project root directory

This commit is contained in:
Yusuke Matsubara 2016-07-02 16:20:43 +09:00
parent d42db0612e
commit b4231bbfdc
324 changed files with 22 additions and 23 deletions

View file

@ -10,12 +10,11 @@ Initially started by the Wikimedia Foundation, this app is now maintained by vol
[Download Android Studio][1] (recommended) or [IntelliJ][2].
1. Clone the repository.
2. Open Android Studio/IntelliJ. Open the project:
``File`` > ``Open...``
1. Open Android Studio/IntelliJ. Open the project:
``File`` > ``New`` > ``Project from Version Control...`` > ``Git``
or
(From Quick Start menu): ``Open an existing Android Studio project``
3. Navigate to the folder in the cloned repository (named commons). Select ``OK``.
(From Quick Start menu): ``Check out project from Version Control``
2. Enter ``https://github.com/nicolas-raoul/apps-android-commons/`` as Git Repository URL. Specify a (new) local directory you would like to clone into and select ``OK``.
## Build Manually ##