Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
Level 3

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

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.