Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.8 KB

File metadata and controls

65 lines (34 loc) · 1.8 KB

Installation Guide (Manual)

This guide covers manual AAR installation with step-by-step screenshots.

For other installation methods, see the main README.


Steps

1. Add AAR File

Add CustomerPulseSurvey.aar file to your libs folder inside the app folder:

2. Open Project Structure

From the File menu, open Project Structure:

3. Select Dependencies

In the left side, select Dependencies:

4. Select App Module

In modules, select the app tab:

5. Add JAR/AAR Dependency

In declared dependencies, click the plus "+" icon and select JAR/AAR Dependency:

6. Enter Library Path

In step 1, add your libs folder name (if you followed from step 1, it should be libs):

7. Save Changes

Press OK button then Apply to save changes.


Verify Installation

After installation, you should be able to import the SDK:

import com.customerpulse.customerpulsesurvey.CustomerPulseSurvey;

Next Steps

See the Quick Start guide to display your first survey.