You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/jms/README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Kaazing Android WebSocket JMS Tutorial
2
2
3
-
This tutorial shows how Android application can communicate over the web with an JMS server via Kaazing WebSocket Gateway using Kaazing Java WebSocket Client library. The application publishes text messages via Kaazing Gateway to a JMS server and listens to the messages from the JMS server over WebSocket.
3
+
This Android app communicates with an JMS server via Kaazing WebSocket Gateway. The app publishes text messages to a JMS server and listens for messages from the JMS server over WebSocket.
4
4
5
5
## Minimum Requirements for Running or Building Kaazing Android JMS WebSocket tutorial
6
6
@@ -9,7 +9,7 @@ This tutorial shows how Android application can communicate over the web with an
9
9
* Android Studio 2.10 or higher
10
10
* Android SDK 4.4 or higher
11
11
12
-
## Steps for building and running the project
12
+
## Steps for Building and Running the Project
13
13
14
14
- Build the application using Android Studio
15
15
- Open the project in Android Studio by navigating to the project directory
@@ -18,6 +18,19 @@ This tutorial shows how Android application can communicate over the web with an
18
18
- Create Android Virtual Device (AVD) for API level 19 (KitKat) or higher. For more information refer to [Create and Manage Virtual Devices](https://developer.android.com/studio/run/managing-avds.html)
19
19
- Run the application from Android Studio by selecting Run/Run Project. Refer to [Running Your App](https://developer.android.com/training/basics/firstapp/running-app.html) for more information.
20
20
21
+
After installing Android Studio, update the following files with the Android SDK path or version (if necessary):
22
+
- local.properties
23
+
- project.properties
24
+
- AndroidManifest.xml
25
+
- app/build.gradle
26
+
27
+
In you experience the error `Could not find or load main class org.gradle.wrapper.GradleWrapperMain`, add a wrapper in the build.gradle file:
0 commit comments