Is there a way to verify on an ET1 Android device that the application I deployed is running in shared mode? I was deploying the application right to the device for testing. I then installed the shared runtime and in my build.yml specified:
use_shared_runtime: true
What I noticed is that the application size is still the same size as before. I was expecting it to be more like WM where the package size would be reduced and response time would be a little better.
Any guidance would be appreciated. I am on the latest release of RhoStudio.
Thanks!