Skip to content


Android Testing in Intellij Idea: Instrumentation Target Package

If you ever get the error “Test running failed: Unable to find instrumentation target package” while trying to deploy a test app, it’s because the instrumentation can’t find a running instance of the app you’re trying to test. Try deploying your application (such that it shows up in the AVD), then deploying your test app once it’s up and running.

Posted in Techmology.