Код: Выделить всё
install https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe
run C:\mozilla-build\start-shell.bat
cd C:/
mkdir mozilla-source
cd mozilla-source
wget https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
python3 bootstrap.py --vcs=git (choose "3. GeckoView/Firefox for Android Artifact Mode")
add "ac_add_options --target=aarch64" to mozconfig
./mach build
./mach gradle clean fenix:assembleDebug
Подробнее здесь: https://stackoverflow.com/questions/794 ... -immedatel