I am getting the following error:
INSTRUMENTATION_STATUS: Error=Permission Denial: starting
instrumentation ComponentInfo{com.test.example.package/
android.test.Ins
trumentationTestRunner} from pid=14221, uid=14221 not allowed because
package com.test.example.package.test does not have a signature
matching the target com.test.example.package
INSTRUMENTATION_STATUS_CODE: -1
java.lang.SecurityException: Permission Denial: starting
instrumentation ComponentInfo{com.test.example.package.test/
android.test.Inst
rumentationTestRunner} from pid=14221, uid=14221 not allowed because
package com.test.example.package.test does not have a signature m
atching the target com.test.example.package
Success
--
You received this message because you are subscribed to the Google Groups "Robotium Developers" group.
To post to this group, send email to robotium-...@googlegroups.com.
To unsubscribe from this group, send email to robotium-develo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotium-developers?hl=en.
On Dec 15, 2:30 pm, Piotr Chłąd <chlad.pi...@gmail.com> wrote:
> Your application file has to have the same signature as your test project.
> You are getting this error because signatures are not the same.
>
> 2011/12/15 Jimmy <akhil....@gmail.com>
Is this all being built on the same machine?