Skip to content

Commit 1b1f25b

Browse files
committed
Update README.md
1 parent d30a5d3 commit 1b1f25b

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,15 @@ The source in this repo is organized in Eclipse projects, using the ADT plugin.
2828

2929
# How to build
3030

31-
* Get the widgets jar, either from [here](/build/project-template-gradle/libs/widgets.jar) or you can build it yourself from [android-widgets repo](https://github.com/NativeScript/android-widgets)
32-
* Copy the android-widgets.jar in the root directory of the runtime.
3331
* Run command
3432
```Shell
35-
gradle packar -PwidgetsPath=./android-widgets.jar
33+
gradle packar
3634
```
37-
or
38-
```Shell
39-
gradle packar -PwidgetsPath=./widgets.jar
40-
```
41-
depending on the jar you use.
4235
* The result of the build will be in the dist folder.
4336

4437
# How to run tests
4538

46-
* Go to subfolder test-app
39+
* Go to subfolder test-app after you built the runtime.
4740
* Start an emulator or connect a device.
4841

4942
``Note: Keep in mind the device or emulator needs to have an sdcard mounted.``

0 commit comments

Comments
 (0)