INSPIRED BY THE ZEN BROWSER DESIGN PHILOSOPHY.
The UFFB project is the all-new Firefox-based Android browser, based on GeckoView and Mozilla Android Components.
Pre-requisites:
- Android SDK
- To run command line tools, you'll need to configure Java: see our how-to guide.
- Clone or Download the repository:
git clone https://github.com/mozilla-mobile/fenix- Import the project into Android Studio or build on the command line:
./gradlew clean app:assembleDebugIf this errors out, make sure that you have an ANDROID_SDK_ROOT environment
variable pointing to the right path.
-
Make sure to select the correct build variant in Android Studio. See the next section.
-
Make sure to select "Default APK" under Installation Options inside Run/Debug configuration: see this bug.