Expand my Community achievements bar.

AEM Forms App on Android Emulator with HTTPS target

Avatar

Level 1

I'm having trouble with the Android Studio Device Emulator. I'm emulating a Galaxy Tablet S7 running Android 11 (latest)

From the chrome browser in the Emulated Device I can load my AEM Forms Website (https://<myurl>.net/lc/ws). So I'm sure the networking/DNS is fine.

However, the https://<myurl> doesn't work in the AEM Forms App.

In contrast, a server running just http (e.g. "http://10.224.36.237:8080") seems to work.

Is there some gotcha with https in the AEM Forms App?

 

2 Replies

Avatar

Level 6

Yes, there can be a few issues when trying to load an HTTPS URL in the AEM Forms App on an Android Emulator. Here are a few things you can check:

  1. SSL Configuration : https://experienceleague.adobe.com/docs/experience-manager-learn/forms/forms-and-sign/set-up-ssl.htm...
  2. Visual C++ Redistributables: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-forms-manager/m-....
  3. Or there can be issues with the android emulator 
  4. Network Settings: If the emulator runs but you’re having trouble with network connectivity, you might need to configure the emulator’s DNS settings. You can do this by launching the emulator from the command line using the option -dns-server 8.8.8.8.

Avatar

Administrator

@RobinJo2 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni