On Monday, February 24, 2014 6:39:59 PM UTC-5, Nick Alexander wrote: > On 2/24/2014, 3:29 PM, Mustafa Altekreeti wrote: > > > Hello, > > > I am trying to build firefox for android, fennec, but instead I am getting > > firefox for desktop, > > > I am working under ubuntu 12.04, > > > and my configuration file "fennec-mozconfig" as follows: > > > > > > #add the correct paths here: > > > ac_add_options --with-android-ndk="/android-ndk-r8e" > > > ac_add_options > > --with-android-sdk="/home/mustafa/Developer/adt-bundle-linux-x86_64-20131030/sdk/platforms/android-19" > > > # android options > > > ac_add_options --enable-application=mobile/android > > > ac_add_options --target=arm-linux-androideabi > > > ac_add_options --with-ccache > > > mk_add_options MOZ_OBJDIR=/src/objdir-droid > > > > > > I put this file in the mozilla source code directory and also added the > > absolute path to it using the export command, > > > > > > I think the build command does not see fennec-mozconfig file and build the > > default application which is the ordinary firefox browser > > > > You should rename your fennec-mozconfig to mozconfig. (Or export > > MOZCONFIG=fennec-mozconfig.) > > > > irc.mozilla.org/#mobile for further help building Fennec, BTW. > > > > Nick
actually I exported the path to fennec-mozconfig file as follows: export MOZCONFIG=/src/fennec-mozconfig and src is the mozilla source code directory Mustafa _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds