AEP Assurance Android SDK is a mobile extension for Adobe Experience Platform that allows integrating with Adobe Experience Platform Assurance to help
inspect, proof, simulate, and validate how you collect data or serve experiences in your mobile app. This extension requires MobileCore.
Refer to the getting started guide for setting up and using the Assurance SDK with your application.
- Fork this repo for your username and clone it on your development machine.
- If you haven't already, install Android Studio on your development machine. This project has been verified to work with Andrid Studio Dolphin.
- Open
aepsdk-assurance-android/code/settings.gradle.ktsfile in AndroidStudio
You should now be able to see assurance and assurance-testapp modules under the Project --> Android section.
Navigate to the project root directory via command line and run the command:
make buildto build theassurancelibrarymake build-appto buildassurance-testapp
Navigate to the project root directory via command line and run the command make unit-test to run unit tests.
Navigate to the project root directory via command line and
- run the command
make checkformatto verify formatting. - run the command
make formatto fix issues in code format.
| Project | Description |
|---|---|
| Core extensions | The Mobile Core represents the foundation of the Adobe Experience Platform mobile SDK. |
Additional documentation for usage can be found under the Documentation directory.
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.