Skip to content

Commit b997dcc

Browse files
author
David Witherspoon
committed
Merge pull request kaazing#9 from NicoletaOita/update_readme_rw
Updated readme with information on how to build Android demo.
2 parents 5bb46e2 + 842fe66 commit b997dcc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,16 @@ Applications are built for:
1010
- [Android](android)
1111
- [WebSocket](android/ws)
1212
- [JMS](android/jms)
13+
14+
For Android demo, the easiest way to build the demo using gradle is with Android Studio. After installing it, make sure to update the following files with the android sdk path or sdk version:
15+
- local.properties
16+
- project.properties
17+
- AndroidManifest.xml
18+
- app/build.gradle
19+
20+
In case of errors with "Could not find or load main class org.gradle.wrapper.GradleWrapperMain", add a wrapper in the jms-demo/build.gradle file:
21+
task wrapper(type: Wrapper) {
22+
gradleVersion = <gradle-version-installed>
23+
}
24+
25+
Run the java.client.demos project, select a virtual device from the list of devices, where the demo will be installed.

0 commit comments

Comments
 (0)