App closes automatically in android virtual device while executing the automation script. How can i avoid this?
Hi @rpn_mail
If the app takes some time to load or perform certain actions, you can increase the timeout values in your automation script. Use appropriate activities, such as “Element Exists” or “Wait Element Vanish,” with longer timeout durations to ensure that UiPath waits for the app to load or complete its actions before proceeding.
Thanks!!