Closed wyhuster closed 11 years ago
I don't understand what you mean by "it fails to show signature not match".
thanks for reply.my app was signed with my key, but my test apk seems not signed with spoon runner. ![Uploading W50Y_~HC)[PDOO]MX}_MB0T.jpg . . .]()
sorry,the screenshot is following:
Whatever configuration you used to sign your main application needs to be used on the test application. Spoon isn't responsible for creating and signing the APKs. Is it possible that that the tests are running before the APK is signed?
Closing since this isn't a Spoon issue. Both your main application and your test application need to be signed with the same key. This is a requirement for all instrumentation tests whether run with Spoon or not.
when I run mvn clean install -Psign spoon:run , it fails to show signature not match , what's the problem? my pom is following: