Hi All
This will be my first time signing application using Keytool and Jarsigner.
I run my apk through the market signing process, step by step as it is explained in android official site
http://developer.android.com/intl/fr/guide/publishing/app-signing.html
Signed process finished with success apk created. Installation of this apk on Nexus One also passed, but when I try to launch it from Nexus One, I got Permission Denial error !!
Please help
I add here a complete error: BTW I run my tests from apk because they are written with Instrumentation.
==================
INSTRUMENTATION_STATUS: id=ActivityManagerService INSTRUMENTATION_STATUS: Error=Permission Denial: starting instrumentation Compon entInfo{com.android.phonetests/com.android.phonetests.PhoneInstrumentationTestRu nner} from pid=4598, uid=4598 not allowed because package com.android.phonetests does not have a signature matching the target com.android.phone INSTRUMENTATION_STATUS_CODE: -1
Ilana