Files
NativeScript/android/README.md
Vasil Chimev a9ac20da20 docs: update build scripts and .md files (#113)
* docs: add more on Contributing and Get Help

* chore: update build scripts

* docs: update DevelopmentWorkflow.md

* docs: update .md files

* docs: update DevelopmentWorkflow.md

* docs: update development workflow on Win
2018-02-16 10:07:07 +02: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 `tns-core-modules-widgets/android/` folder
* On the left side of the screen choose the Project tab and select `widgets`
### How to build?
* On the right side of the screen choose the Gradle tab
* Navigate to `android/widgets/Tasks/build/`
* Execute the `assembleRelease` task
* Output will be in `./android/widgets/build/outputs/`