Android quickstart
Quickstart guide for Optimizely's Configured Commerce Mobile SDK targeting Android to configure and deploy the app locally
Note
Verify you completed the mobile SDK quickstart before completing the Android quickstart.
Configure the following before deploying your Commerce App to the Google Play Store:
- Android SDK components – Choose whether to use Visual Studio Code or Android Studio. Optimizely recommends using Android Studio before doing any deployment. Depending on your local setup, Android Studio may prompt you to install additional required tools and components to build and run the app properly.
pubspec.yaml
– Update the version to 1.0.0+1 or higher.- Application ID – Go to android/app/build.gradle and update the
applicationId
to your desired ID. For example, changecom.dxp.commerce
tocom.insitesoft.commercemobile
. - AndroidManifest.xml – Go to android/app/src/main/AndroidManifest.xml and update adroid:label, which is the text displayed after users install the app.
- App icon – Go to android/app/src/main/res to update the app icons.
- Logo inside the app – Update assets/images/logo.png.
- Keystore File
Updated 2 months ago
Next