Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Antonio Diaz-Benito Soriano <jorge.diazbenitosoriano@gmail.com>2014-11-24 14:17:01 +0300
committerJorge Antonio Diaz-Benito Soriano <jorge.diazbenitosoriano@gmail.com>2014-11-24 14:17:01 +0300
commit79b38463b208704eb1c7958f5a9b962d5bf2e85f (patch)
treea2a44182b8ce8546e65a35a172cb6ebcead23bb3 /SETUP.md
parent65aeb8728ba48bdbba766970330efe48a8f27cc0 (diff)
Updated instructions to the continuous presence of the *.iml files
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/SETUP.md b/SETUP.md
index a9e2a93b02..cfbd241812 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -86,9 +86,8 @@ NOTE: Even though API level is set to 19, APK also runs on older devices because
* Complete the setup of project properties running:
- Windows: "setup_env.bat gradle"
- Mac OS/Linux: "./setup_env.sh gradle"
-* The first time you want to open the project in Android Studio, select 'Import Project...' and choose the file "android/settings.gradle".
- Android Studio will then create the '.iml' files it needs. If you ever close the project but the files are still there, you just select
- 'Open Project...'. The file chooser will show an Android face as the folder icon, which you can select to reopen the project.
+* Select 'Open Project...'. The file chooser will show an Android face as the folder icon. Select
+ it to open the project.
* To build the project, follow the guidelines shown on [4. Building with Gradle][2].
### 7. Create pull request: