mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
369 B
Markdown
14 lines
369 B
Markdown
# Android-Widgets
|
|
Contains the source code of the `org.nativescript.widgets` library used by the NativeScript cross-platform modules implementation for Android.
|
|
|
|
# How to build
|
|
|
|
* Clone repo.
|
|
```Shell
|
|
git clone https://github.com/NativeScript/android-widgets.git
|
|
```
|
|
* Open project in eclipse.
|
|
* Build
|
|
|
|
The result file android-widgets.jar is located in the bin folder.
|