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: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,11 @@ The new runtime is based on the Node-API and is designed to be more stable, fast
21
21
22
22
<!-- TOC depthFrom:2 -->
23
23
24
-
-[Main Projects](#main-projects)
24
+
-[Project structure](#project-structure)
25
25
-[Helper Projects](#helper-projects)
26
26
-[Build Prerequisites](#build-prerequisites)
27
27
-[How to build](#how-to-build)
28
28
-[How to run tests](#how-to-run-tests)
29
-
-[Misc](#misc)
30
29
-[Get Help](#get-help)
31
30
32
31
<!-- /TOC -->
@@ -35,15 +34,15 @@ The new runtime is based on the Node-API and is designed to be more stable, fast
35
34
36
35
The repo is structured in the following projects (ordered by dependencies):
37
36
38
-
-[**android-metadata-generator**](android-metadata-generator) - generates metadata necessary for the Android Runtime.
37
+
-[**android-metadata-generator**](test-app/build-tools/android-metadata-generator) - generates metadata necessary for the Android Runtime.
39
38
-[**android-binding-generator**](test-app/runtime-binding-generator) - enables Java & Android types to be dynamically created at runtime. Needed by the `extend` routine.
40
39
-[**android-runtime**](test-app/runtime) - contains the core logic behind the NativeScript's Android Runtime. This project contains native C++ code and needs the Android NDK to build properly.
41
40
-[**android-runtime-testapp**](test-app/app) - this is a vanilla Android Application, which contains the tests for the runtime project.
42
-
-[**napi-implementations**](test-app/runtime/src/main//cpp/napi/) - contains the implementation of the Node-API for each supported JS engine.
41
+
-[**napi-implementations**](test-app/runtime/src/main/cpp/napi/) - contains the implementation of the Node-API for each supported JS engine.
43
42
44
43
## Helper Projects
45
44
46
-
-[**android-static-binding-generator**](android-static-binding-generator) - build tool that generates bindings based on the user's javascript code.
45
+
-[**android-static-binding-generator**](test-app/build-tools/static-binding-generator) - build tool that generates bindings based on the user's javascript code.
47
46
-[**project-template**](build-artifacts/project-template-gradle) - this is an empty placeholder Android Application project, used by the [NativeScript CLI](https://github.com/NativeScript/nativescript-cli) when building an Android project.
0 commit comments