Expand my Community achievements bar.

Adobe Analytics Champions applications are now OPEN! Applications are open through June 2nd. Click the link to learn more and apply.

Adobe Mobile SDK - Android Studio

Avatar

Level 4

Hi Team,

I am just trying to achieve the same steps as per the below given document. Create a bus booking android app and doing the implementation for the same. I could able to get through some of the steps but I got struck between run and verifying the implementation.

Could you please tell me how did we create an emulator devices configure for verifying this implementation. I have gone through several document but none of them are related to mobile SDK.

https://experienceleague.adobe.com/docs/launch-learn/implementing-in-mobile-android-apps-with-launch...

let me know how to run this specific mobile SDK import and verify the same.

Android_Studio.GIF

Thank you,

Jay.

1 Reply

Avatar

Level 2

Hi @Jayakrish ,

 

There are two ways to test your app:-

1) Create Virtual Device using Android Studio, refer the below link to create the Virtual Device.

https://developer.android.com/studio/run/managing-avds

2) You can use you own device to run the application, it will only work if you have Android device by Enabling USB debugging, refer the below URL for further steps.

https://developer.android.com/training/basics/firstapp/running-app

 

Let me know if you have any query.