You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generating_project.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,10 @@
5
5
Android JS enables you to create android applications with pure JavaScript by providing a runtime with rich native (android) APIs. You could see it as a variant of the Node.js runtime that is focused on android applications instead of web servers.
6
6
7
7
```sh
8
-
mkdir myfirstapp
9
-
cd myfirstapp
10
-
androidjs g
8
+
androidjs init
11
9
npm install
12
10
```
11
+
it will ask for `APP NAME` (i.e. myfirstapp)
13
12
it will generate a sample project inside `myfirstapp`
0 commit comments