RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

Test failed to run to completion. Reason: 'Instrumentation run failed due to 'java.lang.SecurityException''. Check device logcat for details #824

Open rishabhbsdei opened 8 years ago

rishabhbsdei commented 8 years ago

My test case stopped working and throws me below error Test failed to run to completion. Reason: 'Instrumentation run failed due to 'java.lang.SecurityException''. Check device logcat for details Test running failed: Instrumentation run failed due to 'java.lang.SecurityException'

thecodeside commented 8 years ago

As it is written check device logcat for more details :)

Look also at this post on stackoverflow. It helped me. http://stackoverflow.com/questions/27132799/java-lang-securityexception-permission-denial-getintentsender-when-using-uia/27692107#27692107