File tree Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 1- out
2- build
1+ /out /*
Original file line number Diff line number Diff line change 11# Heaps Android
2- Forked from https://github.com/HeapsIO/heaps-android/
32
4- ![ android] ( https://github.com/qkdreyer/heaps-android/workflows/android/badge.svg?branch=master )
5- <!-- -
6- TODO add asciinema
7- -->
3+ ![ android] ( https://github.com/HeapsIO/heaps-android/workflows/android/badge.svg?branch=master )
84
95## Setup
106
117``` sh
12- git clone https://github.com/qkdreyer /heaps-android
8+ git clone https://github.com/HeapsIO /heaps-android
139cd heaps-android
1410make init
1511```
@@ -18,48 +14,5 @@ make init
1814
1915``` sh
2016make heaps-world
21- make build
22- make install
23- ```
24-
25- # Extra
26-
27- ## Visual Studio Code
28-
29- ` .vscode/tasks.json `
30- ```
31- {
32- // See https://go.microsoft.com/fwlink/?LinkId=733558
33- // for the documentation about the tasks.json format
34- "version": "2.0.0",
35- "tasks": [
36- {
37- "label": "Build & Run (Android)",
38- "dependsOn": [
39- "Build (Android)",
40- "Run (Android)"
41- ],
42- "dependsOrder": "sequence",
43- "group": {
44- "kind": "build",
45- "isDefault": true
46- },
47- "problemMatcher": []
48- },
49- {
50- "label": "Build (Android)",
51- "type": "shell",
52- "command": "make build",
53- "group": "build",
54- "problemMatcher": []
55- },
56- {
57- "label": "Run (Android)",
58- "type": "shell",
59- "command": "make install",
60- "group": "build",
61- "problemMatcher": []
62- },
63- ]
64- }
17+ make # (make build && make install)
6518```
You can’t perform that action at this time.
0 commit comments