-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME.txt
More file actions
28 lines (24 loc) · 1.07 KB
/
README.txt
File metadata and controls
28 lines (24 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package contents
=================
- The Kaltura client library base (KalturaClientBase, KalturaObjectBase...)
- Auto generated core APIs (KalturaClient...)
- Required JAR files
- Project files
- Library test code and data files (KalturaClientTester/*)
- Reference application (DemoApplication/*)
Running the test code
======================
1. Import the projects into Eclipse -
a. right click in the Package Explorer
b. Import...
c. Android->Existing Android Code Into Workspace
2. Edit KalturaClientTester/src/com.kaltura.client.test/KalturaTestConfig and fill out your Kaltura account information
3. Right click on KalturaClientTester/src/com.kaltura.client.test/KalturaTestSuite
4. Run As->Android JUnit Test
Running the demo application
=============================
1. Import the projects into Eclipse (see above)
2. Edit com.kaltura.activity.Splash/src/com.kaltura.activity/Settings.java
3. Search for etEmail.setText and etPassword.setText
4. Set the default user / password to the credentials of you Kaltura KMC account
5. Hit the play button