Manage

Commands

generate [android,firefox]

run[android]

debug [android,firefox]
The debug command allow you to generate a standart platform package from the application source. For exemple, in Android, it would create an .apk file. These package are located in the project/build directories.
clean
Clean the build directory.
help
Display all the commands from rizla.

Settings

The main configuration file is located in project/config/config.cfg. The syntax is very simple, there are just two level of hierarchy :

  • Sections : [Project]
  • Fields : name = Firefox

The next parts regroup all the field associate to the configuration file. Some of them are required to generate final applications (See the Quickstart).

Fields

Project

name

(required) The name of the application.

example : name = Awesome Application

version

(optionnal) The version of the application.

example : version = 2.1.5

description

(required) A short description of your application.

example : description = Display weather

author
(required) The main author of the application
url
(optionnal) Website of the application.

Android

FirefoxOS

Table Of Contents

Related Topics

This Page