Skip to content

mozilla/MozStumbler

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2019
Jan 28, 2015
Jan 12, 2016
Feb 9, 2019
Dec 20, 2019
Mar 25, 2015
Apr 20, 2016
Mar 28, 2019
Jul 19, 2013
Oct 23, 2014
Feb 7, 2019
Feb 8, 2021
Feb 9, 2019
Jan 8, 2015
Nov 1, 2013
Sep 18, 2014
Feb 8, 2019
Apr 12, 2016
Jan 27, 2015
Jan 19, 2015

MozStumbler Build Status

Note: Mozilla Stumbler was retired on February 8, 2021. This code works on Android 9, but not Android 10 or later.

Please refer to the wiki for detailed documentation.

Building a debug version from command line

The build system is smart enough to automatically download and install all the parts of the Android SDK for you. If you cannot build, you can either try to fix your Android dev enviroment to fit the android/build.gradle requirements - or you can simply remove ANDROID_HOME, and all traces of your Android SDK from your PATH.

make

Building a debug version from Android Studio

Edit run configuration

Add new run configuration

Setup the Android Application to use two gradle aware make targets. You must set 'Installation Options' to "Deploy Nothing".

The tricky part is to set the build tasks. You will need two tasks of type 'Gradle-Aware Make'. Android Studio will autocomplete the names below when you start typing them in.

  1. :android:assembleGithubDebug
  2. :android:installGithubDebug

Setup new run configuration