Adobe Mobile SDK - Android Studio | Community
Skip to main content
Level 4
April 29, 2021
Solved

Adobe Mobile SDK - Android Studio

  • April 29, 2021
  • 1 reply
  • 1524 views

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/configure-launch/launch-install-the-mobile-sdk.html?lang=en#verify-the-implementation

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

Thank you,

Jay.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Uditgupta1

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.

1 reply

Uditgupta1Accepted solution
Level 3
April 30, 2021

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.