Hi @marco.pastore,
Here are a couple things you can try:
- Update your
appWaitActivitysetting like this person who was having an issue starting:
-
Make sure the directory where your .apk is located has full read and write permissions as well as the .apk file itself
-
Move the .apk file to a different directory
-
Run the .apk on an emulator if you’re using it on a real device
-
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