ProConf sdk .aar file
Prerequisites
-
Download Android Studio.
-
Setup Android SDK.
How to generate ProCONF .aar file
To generate .aar file, follow below steps:
-
Step 1 - Extract
- Extract Proconf-Android-SDK.zip
-
Step 2 - Import
- Import Proconf-Android-SDK project in Android Studio.
-
Step 3 - Sync
- After importing the project, Sync the Proconf-Android-SDK project.
-
Step 4 - Build
- Click the build menu option at the top and click on Make Module ProConfApplication.proconfSdk option.
-
Step 5 - Output
- This will generate the .aar file and it is located in
proconfSdk > build > outputs > aar
- This will generate the .aar file and it is located in
-
Step 6 - Use
- Copy the .aar file to your project and follow the steps to integrate the SDK into your project.