This is official builder for creating Androidjs apps. Builder provides required commands for creating Androidjs project and to build the project and generate Apk for android devices.
A Java Development Kit (JDK) is required, for Ubuntu and Debian-based operating systems, do:
$ sudo apt install default-jdk -y
Installing from npm. ![androidjs-builder](https://camo.githubusercontent.com/e9a4a7743fb2b72a38eb8c0135d66b5d77c41e1eb5bb126ced5e155f5f28cbeb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416e64726f69646a732d6275696c6465722d677265656e2e737667)
$ npm install -g androidjs-builder
This command installs the builder in globelly and sets the required commands.
$ androidjs init
This command is used for generating new project in the current directory. This command prompts for project-name
and project-type
. Currently it supports only the HTML type project.
$ androidjs build
This command is used to build project and generate Apk file. It can be used to build all type of projects supported by Androidjs.
$ androidjs update
$ git clone https://github.com/android-js/androidjs-builder.git
$ cd androidjs-builder
$ npm install
$ npm run build
$ npm install -g ./