Skip to content

Commit 4f30819

Browse files
authored
Mention dependency
Fixes android-js#39
1 parent 38422b1 commit 4f30819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
---
33
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) devices.
44

5+
## Prerequisites
6+
A Java Development Kit (JDK) is required, for Ubuntu and Debian-based operating systems, do:
7+
```shell script
8+
$ sudo apt install default-jdk -y
9+
```
10+
511
## Installing from [npm](https://www.npmjs.com/). [![androidjs-builder][androidjs-builder-badge]][androidjs-builder-npm]
612
```shell script
713
$ npm install -g androidjs-builder

0 commit comments

Comments
 (0)