integrating launch with android app | Community
Skip to main content
January 16, 2020
Solved

integrating launch with android app

  • January 16, 2020
  • 2 replies
  • 6953 views

Hi,

 

am implementing adobe analytics using launch for an android app.

I started with the sample app "bus booking" and followed the steps as shared in adobe help.

After launch integration i launched the app(run the app) in android studio and checked the logcat for adobedtm to make sure the connection established between launch and the app.

But it doesn't happen and could find the log infor as "2020-01-16 20:24:04.372 15495-15585/com.adobe.busbooking W/AdobeExperienceSDK: RemoteDownloader - File could not be downloaded from URL (https://assets.adobedtm.com/43cf45b098bd/8593f266ffb3/launch-cd0c20133bdd-development.json) Response: (-1) Message: (null)" could anyone help me to solve this

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 vinodtanwar

Hello, 

This forum is for "AEM Mobile", a product separate from AEM.

I suggest you post your question in the Adobe Analytics forum...

https://experienceleaguecommunities.adobe.com/t5/adobe-analytics/ct-p/adobe-analytics-community

Thanks,

Vinod

2 replies

vinodtanwarAdobe EmployeeAccepted solution
Adobe Employee
May 21, 2020

Hello, 

This forum is for "AEM Mobile", a product separate from AEM.

I suggest you post your question in the Adobe Analytics forum...

https://experienceleaguecommunities.adobe.com/t5/adobe-analytics/ct-p/adobe-analytics-community

Thanks,

Vinod

hymavathiAuthor
May 21, 2020

No need to worry about that message in the logs, try to send a pageview(trackState) or click(trackAction) call and check the logs you should be able to see the same data in logs what ever been set and sent in the trackState() or trackAction() calls.