New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

androidjs-builder

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

androidjs-builder

--- This is official builder for creating [Androidjs](https://android-js.github.io/) apps. Builder provides required commands for creating Androidjs project and to build the project and generate Apk for [android](https://developer.android.com/about) devic

latest
Source
npmnpm
Version
2.3.2
Version published
Maintainers
2
Created
Source

Androidjs-builder

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.

Prerequisites

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

$ npm install -g androidjs-builder

This command installs the builder in globelly and sets the required commands.

Creating Project.

$ 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.

Build 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.

Update required modules from github

$ androidjs update

Build from source

Download from github androidjs-builder

$ git clone https://github.com/android-js/androidjs-builder.git

Build source

$ cd androidjs-builder
$ npm install
$ npm run build

Install global command

$ npm install -g ./

Keywords

android

FAQs

Package last updated on 15 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts