Update README.md

This commit is contained in:
Plamen Petkov
2015-09-15 09:59:06 +03:00
parent b08d0f2bf9
commit 3c6f088752

View File

@@ -1,2 +1,13 @@
# Android-Widgets
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
# How to build
1. Clone repo
```Shell
git clone https://github.com/NativeScript/android-widgets.git
```
1. Open project in eclipse.
1. Build
The result file android-widgets.jar is located in the bin folder.