mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
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:
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user