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?
Views
Replies
Total Likes
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:
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.
@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.
Views
Replies
Total Likes