No issue: updating README.md

Adding extra step to Build Instructions, to change the Debug configuration default "APP from default bundle" value, that causes gecko lib missing a dependency and ultimately crashing the app
This commit is contained in:
mike a 2021-10-28 13:06:20 -07:00 committed by mergify[bot]
parent a99b7d3f71
commit da10c06290
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ Pre-requisites:
3. Make sure to select the correct build variant in Android Studio. See the next section.
4. Make sure to select "Default APK" under Installation Options inside Run/Debug configuration: see [this bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1529082).
### Build Variants
For general development, we recommend the **debug** build variant. Here's an explanation of each variant: