Skip to content

Commit ffad5bb

Browse files
authored
docs: path for android-metadata-generator in README
1 parent 032b1d0 commit ffad5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Several Wiki pages describe some internal topics about the runtime [here](https:
2222
## Main Projects
2323
The repo is structured in the following projects (ordered by dependencies):
2424

25-
* [**android-metadata-generator**](android-metadata-generator) - generates metadata necessary for the Android Runtime.
25+
* [**android-metadata-generator**](test-app/build-tools/android-metadata-generator) - generates metadata necessary for the Android Runtime.
2626
* [**android-binding-generator**](test-app/runtime-binding-generator) - enables Java & Android types to be dynamically created at runtime. Needed by the `extend` routine.
2727
* [**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.
2828
* [**android-runtime-testapp**](test-app/app) - this is a vanilla Android Application, which contains the tests for the runtime project.

0 commit comments

Comments
 (0)