Step 1. Setup and Initialize SDK
Last updated
Last updated
The CrystalExpress SDK is available through AAR or JAR :
AAR (Recommend)
Copy ce-xx-xx-x.x.aar to the libs folder of your app project
Add following line to your app build.gradle. (You don't need to do add v4 support library if you already had v7 in your project)
Declare Crystal ID received from your Intowow account manager in your Android Manifest.
JAR
Copy ce-xx-xx-x.x.jar to the libs folder of your app project.
Add Android v4 Support Library to your app project. (You don't need to do this step if you already added v7 support library in your project)
Setup Your Android Manifest
Declare permissions
Declare Activity
Declare Receiver
Declare Crystal ID received from your Intowow account manager.
1.Declare your Application
in the AndroidManifest.xml
.
2.Add method to your Application
's onCreate