On Tuesday, 25 February 2014 04:59:43 UTC+5:30, 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 > > > > please any help to fix this issue, > > Thanks, > > Mustafa
Hi Mustafa I newbie in building the firefox stuff.. I am getting the error similar to yours while trying to build fennec-android. the error is : http://pastebin.com/WZh93N5E Ad my .mozconfig file in src folder is: # Add the correct paths here: ac_add_options --with-android-ndk="/home/href/geckoView/android-ndk-r8e" ac_add_options --with-android-sdk="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/platforms/android-19" ac_add_options --with-android-toolchain="/home/href/geckoView/android-ndk-r8e/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86_64" ac_add_options --with-android-tools="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/tools" # 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=./objdir-droid ac_add_options --with-arch=armv6 #ac_add_options --target=i386-linux-android ac_add_options --enable-debug ac_add_options --disable-optimize Please help... Thanks _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds