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
This commit is contained in:
Vasil Chimev
2018-02-16 10:07:07 +02:00
committed by radeva
parent 3ac3641b98
commit a9ac20da20
8 changed files with 175 additions and 35 deletions

View File

@@ -1,12 +1,14 @@
##This is an Android Studio project.
### Android
This directory contains an Android Studio project.
### How to open?
* File/Open
* Navigate to `tns-core-modules-widgets/android/`
* select and open widgets
* 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?
* Open gradle tab on the right side of the screen
* Navigate to `widgets/Tasks/build/`
* run `build` task
* output will be in `tns-core-modules-widgets/android/dist`
* 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/`