Skip to content

Commit 1b9d99e

Browse files
committed
Merge remote-tracking branch 'kaazing/develop' into develop
2 parents a9885b8 + b997dcc commit 1b9d99e

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
@@ -13,3 +13,16 @@ Tutorials are built for:
1313
- [Android](android)
1414
- [WebSocket](android/ws)
1515
- [JMS](android/jms)
16+
17+
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:
18+
- local.properties
19+
- project.properties
20+
- AndroidManifest.xml
21+
- app/build.gradle
22+
23+
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:
24+
task wrapper(type: Wrapper) {
25+
gradleVersion = <gradle-version-installed>
26+
}
27+
28+
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)