mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
fix: typo error in SETUP.md
Signed-off-by: Vivek Kumar <115945472+vivekBoii@users.noreply.github.com>
This commit is contained in:
parent
0d9928eeae
commit
3caa637d1e
1 changed files with 1 additions and 1 deletions
2
SETUP.md
2
SETUP.md
|
@ -51,7 +51,7 @@ To set up the project in Android Studio follow the next steps:
|
|||
|
||||
* Open Android Studio and select 'Import Project (Eclipse ADT, Gradle, etc)'. Browse through your file system to the folder 'android' where the project is located. 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.
|
||||
* Android Studio will try to build the project directly after importing it. To build it manually, follow the menu path 'Build'/'Make Project', or just click the 'Play' button in the toolbar to build and run it in a mobile device or an emulator. The resulting APK file will be saved in the 'build/outputs/apk/' subdirectory in the project folder.
|
||||
* Setup Android Studio editor configurtation for the project: ```Settings``` → ```Editor``` → ```Code Style``` → ```Scheme: Project``` and ```Enable EditorConfig support```
|
||||
* Setup Android Studio editor configuration for the project: ```Settings``` → ```Editor``` → ```Code Style``` → ```Scheme: Project``` and ```Enable EditorConfig support```
|
||||
|
||||
|
||||
### 3. Working in a terminal with Gradle:
|
||||
|
|
Loading…
Reference in a new issue