Skip to content

Commit

Permalink
Merge pull request #12115 from vivekBoii/boii
Browse files Browse the repository at this point in the history
fix: typo error in SETUP.md
  • Loading branch information
AndyScherzinger authored Oct 31, 2023
2 parents 0d9928e + 3caa637 commit 8e008fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e008fb

Please sign in to comment.