Skill Level: Any
Use the latest version of the Acoustic Analytics for Mobile Basic Edition SDK.
Before getting started, you need:
To review the current requirements. For information,Android development environment requirements
To review the SDK package contents. For information, see
package contents.
Note
Some steps can vary depending on your development and application environments. The following example uses Eclipse as the development environment.
Follow these steps:
If you are using a version of the
Android SDK that is earlier than 10.1.0, remove uicandroid.jar and TLFConfigurableItems.properties from the project lib and assets folders. Add encore.jar and tealeafMod.jar to your project libraries. From your Eclipse project, select Build Path > Configure Build Path > Android, add encore.jar and tealeafMod.jar as libraries to your project.
Add TealeafBasicConfig.properties, TealeafAdvancedConfig.json, EOCoreBasicConfig.properties, and EOCoreAdvancedConfig.json as assets in your project. From your Eclipse project select Assets > General > Choose file system > Next, then add TealeafBasicConfig.properties, TealeafAdvancedConfig.json, EOCoreBasicConfig.properties, and EOCoreAdvancedConfig.json.
Edit PostMessageUrl in TealeafBasicConfig.properties to point your target server.
- Verify that the appropriate content types are being captured and forwarded by the
CX PCA. See traffic capture verification.
Note:
This step turns on the switch to begin capturing and processing data from the mobile application into
Verify that your application environment is configured to meet the project requirements.
Verify that the requirement code changes were applied. See Android project changes.
Apply the basic configuration.
Note
The latest version of the Android SDK includes new configuration requirements. See Basic configuration
- Test your upgraded solution.
You are upgraded to the latest version of the
Updated 3 months ago