Recorder fails to install apk on mobile devcie

Hi @marco.pastore,

Here are a couple things you can try:

  1. Update your appWaitActivity setting like this person who was having an issue starting:
  1. Make sure the directory where your .apk is located has full read and write permissions as well as the .apk file itself

  2. Move the .apk file to a different directory

  3. Run the .apk on an emulator if you’re using it on a real device

  4. Check to see if you can run the .apk that’s included in the Sample Android Mobile Tests Project. This could tell whether there is a problem with your Katalon setup or device, or if it’s a problem with the .apk you are originally trying to test.

Hope this helps,

Chris