On Sep 24, 2012, at 3:54 PM, Vulcanccit <[email protected]> wrote:
> I am getting a Packaging Failed Dialog when trying to package an .apk. 

Enable diagnostic build output; jarsigner.exe should write the error message to 
stderr, which will be captured in diagnostic output, but not regular output.

Then search the (really verbose!) build output for "jarsigner", and hope that 
there's actually an error message... ;-)

> If I remove these lines from my cprof file it does package it, but im sure 
> its not really signed then:

It's signed, it's just signed with the "wrong" key; it'll be signed with the 
Debug key, not your key.

You can still manually sign afterward:

        
http://docs.xamarin.com/android/tutorials/Preparing_Package_for_Android_Marketplace#Manually_Use_a_Different_Keystore

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to