Create README.md

This commit is contained in:
Plamen Petkov
2016-07-01 16:26:25 +03:00
committed by GitHub
parent e0bbb91ec0
commit 4a72892771

12
android/README.md Normal file
View File

@@ -0,0 +1,12 @@
##This is an Android Studio project.
### How to open?
* File/Open
* Navigate to `tns-core-modules-widgets/android/`
* select and open 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`