On Sat, May 2, 2015 at 9:26 PM, Ravi Inder Singh <raviin...@gmail.com>
wrote:

> My code is right now  compiling  with following command :-
>
>      make -f client.mk build MOZ_CURRENT_PROJECT=mobile
>

This will work, but it's deprecated.  Try just |./mach build|.

>
>
> Now if i want to make Package do this command will work ?
>
>   ./mach package
>

Yep.  |./mach package| will produce an Android APK (in
$OBJDIR/dist/fennec-SOMETHING.apk).  |./mach install| will push it to your
connected Android device.


> OR this package command is not required in this case.
>

For Android, package is needed after any |mach build|.

Nick
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to