1
0
Fork 0

readme: Note that to build from the CLI ANDROID_SDK_ROOT must be set.

Otherwise locally this fails with:

> Task 'assembleGeckoBetaDebug' not found in project ':app'.
master
Emilio Cobos Álvarez 2020-06-15 12:54:05 +02:00 committed by Jeff Boek
parent 773f4295bf
commit f145fc9691
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ Note: Both Android SDK and NDK are required.
``` ```
Use app:assembleGeckoNightlyDebug to build with the Gecko Nightly version instead. Use app:assembleGeckoNightlyDebug to build with the Gecko Nightly version instead.
If this errors out, make sure that you have an `ANDROID_SDK_ROOT` environment
variable pointing to the right path.
3. Make sure to select the correct build variant in Android Studio. See the next section. 3. Make sure to select the correct build variant in Android Studio. See the next section.