I am using Katalon as a mobile testing automation tool and need to access android view tag to identify certain UI elements. When I try to run the tests using espresso as the android automator i get the following error:
java.lang.SecurityException: Permission Denial: starting instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} from pid=18144, uid=18144 not allowed because package io.appium.espressoserver.test does not have a signature matching the target com.
I was wondering if anyone else got this error or you can help me figure what is causing this problem.