Intent resolved to different process in Espresso test for APK (without source code)
问题 I'm trying to launch an activity(of another APK) via instrumentation object. I'm able to pull the class of that APK in classToInvestigate object but cannot start the activity through instrumentation.startActivitySync(startIntent2); Below is the complete code of launching activity via instrumentation object. private Object xyz(String packageName, String className){ Object plugin = null; try { PackageManager packageManager = context.getPackageManager(); ApplicationInfo appInfo = packageManager