From a93ff1ad72406d5d70f32da919744e0d78bcebac Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 1 Aug 2021 17:42:54 +0430 Subject: [PATCH] [skip ci] Update CONTRIBUTING.md (#8353) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 574fbe70f..9a3a581e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -309,8 +309,8 @@ There are three steps in running and testing a theme source: 1. Generate the sources - **Method 1:** run `./gradlew multisrc:generateExtensions` from a terminal window to generate all sources. - - **Method 2:** Directly run `Generator.GeneratorMain.main` by pressing the play button in front of the method shown inside Android Studio to generate all sources. - - **Method 3:** Directly run `.Generator.main` by pressing the play button in front of the method shown inside Android Studio to generate sources from the said theme. + - **Method 2:** Directly run `Generator.GeneratorMain.main` by pressing the play button in front of the method shown inside Android Studio's Code Editor to generate all sources. + - **Method 3:** Directly run `.Generator.main` by pressing the play button in front of the method shown inside Android Studio's Code Editor to generate sources from the said theme. 2. Sync gradle to import the new generated sources inside `generated-src` - **Method 1:** Android Studio might prompt to sync the gradle. Click on `Sync Now`. - **Method 2:** Manually re-sync by opening `File` -> `Sync Project with Gradle Files` or by pressing `Alt+f` then `g`.