Bug 1607817 - Sometimes gradle sync does not automatically start, in that case it is required to 'force' the sync to happen. Added instructions on how to do that. r=geckoview-reviewers,agi

Originally submitted as PR to documentation GH repo by @ktaelman. https://github.

...ub.com/mozilla/geckoview/pull/97

Differential Revision: https://phabricator.services.mozilla.com/D59162

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emily Toop 2020-01-09 17:11:19 +00:00
Родитель c8d8e8922c
Коммит 8ef5bead3a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -61,6 +61,7 @@ In order to pick up the configuration changes we just made we need to build from
* Choose File->Open from the toolbar
* Navigate to the root of your `mozilla-central` source directory and click "Open"
* Click yes if it asks if you want to use the gradle wrapper.
* If the gradle sync does not automatically start, select File > Sync Project with Gradle Files.
* Wait for the project to index and gradle to sync. Once synced, the workspace will reconfigure to display the different projects.
* annotations contains custom annotations used inside GeckoView and Fennec.
* app is Fennec - Firefox for Android. Here is where you will find code specific to that app.