Files
NativeScript/packages/winter-cg/android/README.md
2024-07-10 07:46:06 -07:00

15 lines
469 B
Markdown

### Android
This directory contains an Android Studio project.
### How to open?
* In Android Studio choose: File -> Open
* Navigate to `packages/winter-cg/android/` folder
* On the left side of the screen choose the Project tab and select `winter_cg`
### How to build?
* On the right side of the screen choose the Gradle tab
* Navigate to `android/winter_cg/Tasks/build/`
* Execute the `assembleRelease` task
* Output will be in `./android/winter_cg/build/outputs/`