IBM Worklight v5.0.5 > Develop IBM Worklight applications > Development guidelines for using native API
+

Search Tips   |   Advanced Search

Client property file for Android native apps


Android client properties are set in wlclient.properties.

Property Description Example
wlServerProtocol Communication protocol with the WL server. http or https
wlServerHost Host name of the WL server. localhost
wlServerPort Port of the WL server. If this value is left blank, the default port is used. If the wlServerProtocol property value is https, leave this value blank. 8080
wlServerContext Server context, which is automatically generated. /
wlAppId Application id, as defined in application-descriptor.xml. myApp
wlAppVersion Application version, as defined in application-descriptor.xml. 1.0
wlEnvironment Define the IBM Worklight environment. Do not modify the value of this property. androidnative


Parent Development guidelines for using native API





+

Search Tips   |   Advanced Search