| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Contains the source code for the NativeScript's Android runtime. The android-runtime is a main component used in NativeScript.
The repo is structured in the following projects (ordered by dependencies):
Following are the minimal prerequisites to build the runtime package.
Run command
Windows:
gradlew createPackageMac/Linux:
./gradlew createPackageThe build process includes building of the runtime package (both optimized and with unstripped v8 symbol table), as well as all supplementary tools used for the android builds: metadata-generator, binding-generator, metadata-generator, static-binding-generator
The result of the build will be in the dist folder.
Note: To cut the build time in half and package only the optimized (stripped) version of the runtime package comment out 'tasks.generateRuntimeAar.execute()' in the build.gradle script.
Go to subfolder test-app after you built the runtime.
Start an emulator or connect a device.
Note: Keep in mind the device or emulator needs to have an sdcard mounted.
Run command
gradlew runtest| Back | FazBrowse Home | New Git URL |