<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mozilla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sgiles</id>
	<title>MozillaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mozilla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sgiles"/>
	<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/Special:Contributions/Sgiles"/>
	<updated>2026-05-29T18:15:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1100386</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1100386"/>
		<updated>2015-10-13T18:27:58Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: Add configure - and new link to Android Support package&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mail.mozilla.org/pipermail/mobile-firefox-dev/2015-August/001401.html for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt somewhere and create a symlink or move it to `$topsrcdir/moz-tt` where m`$topsrcdir` is the Mozilla source tree clone.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Gaia repository from https://github.com/mozilla-b2g/gaia.git and create a symlink or move it to `$topsrcdir/gaia` where `$topsrcdir` is the Mozilla source tree clone.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create a mozconfig and include `ac_add_option --enable-application=mobile/android/b2gdroid`.&lt;br /&gt;
&amp;lt;li&amp;gt;Run `mach configure`, `mach build`, `mach package` and finally, with an Android device attached, `mach install` to install the APK to the device.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1098736</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1098736"/>
		<updated>2015-10-01T14:21:45Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: Update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt somewhere and create a symlink or move it to `$topsrcdir/moz-tt` where m`$topsrcdir` is the Mozilla source tree clone.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Gaia repository from https://github.com/mozilla-b2g/gaia.git and create a symlink or move it to `$topsrcdir/gaia` where `$topsrcdir` is the Mozilla source tree clone.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run `mach build` then `mach package` and finally, with an Android device attached, `mach install` to install the APK to the device.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096196</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096196"/>
		<updated>2015-09-20T23:37:08Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */  These aren&amp;#039;t env vars, they&amp;#039;re mozconfig things and are expected in a certain place by default.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Apply the b2gbuild patch attached to [https://bugzilla.mozilla.org/show_bug.cgi?id=1199720 Bug #1199720]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt somewhere and create a symlink or move it to `$topsrcdir/moz-tt` where m`$topsrcdir` is the Mozilla source tree clone.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Gaia repository from https://github.com/mozilla-b2g/gaia.git and create a symlink or move it to `$topsrcdir/gaia` where `$topsrcdir` is the Mozilla source tree clone.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096195</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096195"/>
		<updated>2015-09-20T23:20:40Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */ Clearer wording. Add GAIADIR information.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Apply the b2gbuild patch attached to [https://bugzilla.mozilla.org/show_bug.cgi?id=1199720 Bug #1199720]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt and set the environment variable `MOZTTDIR` to the new moztt directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Gaia repository from https://github.com/mozilla-b2g/gaia.git and set the environment variable `GAIADIR` to the new Gaia directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096194</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096194"/>
		<updated>2015-09-20T23:15:48Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */  Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Apply the b2gbuild patch attached to [https://bugzilla.mozilla.org/show_bug.cgi?id=1199720 Bug #1199720]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt and make sure the environment variable `MOZTTDIR` is assigned the moztt directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096193</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096193"/>
		<updated>2015-09-20T23:15:18Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: Add MOZTTDIR information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Apply the b2gbuild patch attached to [https://bugzilla.mozilla.org/show_bug.cgi?id=1199720 Bug #1199720]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the repository containing the fonts used in FirefoxOS from https://github.com/mozilla-b2g/moztt and make sure the environment variable &amp;lt;pre&amp;gt;MOZTTDIR&amp;lt;/pre&amp;gt; is assigned the moztt directory.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096192</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096192"/>
		<updated>2015-09-20T23:04:33Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */  Reorder the note about applying the patch - it needs to be done first so put it before the example.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096191</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096191"/>
		<updated>2015-09-20T23:03:29Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */  Formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096190</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1096190"/>
		<updated>2015-09-20T23:03:01Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */  Add not about Android support library 22.0.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Manually install version 22.0.1 of the Android SDK Support package. See https://mobile.etherpad.mozilla.org/109 for details.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1095965</id>
		<title>B2gdroid</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=B2gdroid&amp;diff=1095965"/>
		<updated>2015-09-17T23:59:09Z</updated>

		<summary type="html">&lt;p&gt;Sgiles: /* Building */ Initial steps for building - including note on required patch for mozboot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Presentation ==&lt;br /&gt;
B2GDroid is an Android homescreen that provides the same user experience as Firefox OS. It&#039;s a GeckoView consumer with Gaia pre-packaged, and as many b2g APIs as possible.&lt;br /&gt;
&lt;br /&gt;
== Building ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Clone the Mozilla source tree&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ hg clone https://hg.mozilla.org/mozilla-central&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the Mozilla source tree, run `./mach bootstrap` and select build &amp;quot;Firefox for Android&amp;quot;. This will install the necessary Android SDKs and the Android NDK.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd mozilla-central&lt;br /&gt;
$ ./mach bootstrap&lt;br /&gt;
  Please choose the version of Firefox you want to build:&lt;br /&gt;
  1. Firefox for Desktop&lt;br /&gt;
  2. Firefox for Android&lt;br /&gt;
  Your choice:&lt;br /&gt;
  2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(For this step to install all the necessary tools you need the patch here: https://bugzilla.mozilla.org/show_bug.cgi?id=1205405)&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Sgiles</name></author>
	</entry>
</feed>