Skip to content

piotrdrag/MozStumbler

 
 

MozStumbler Build Status

Please refer to the wiki for detailed documentation.

Get it on F-Droid Get it on Google Play

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

About

Android Stumbler for Mozilla

Resources

License

MPL-2.0, Apache-2.0 licenses found

Licenses found

MPL-2.0
LICENSE
Apache-2.0
LICENSE.osmdroid

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%