I can not install my application after signing my application when I
try to download from my server. I keep getting the error "Application
install unsuccessful after signing" when I try to install it. It was
working before I signed it. I am not sure what I am doing wrong. I
have added the MIME type to the server as well.

I made my key using
C:\Program Files\Java\jdk1.6.0_10\bin>keytool -genkey -alias
myapp.keystore -keyalg RSA -validity 20000 -keystore keys/
myapp.keystore

I signed my application by using
C:\Program Files\Java\jdk1.6.0_10\bin>jarsigner -verbose -keystore
keys/myapp.keystore MyApp.apk myapp.keystore

I have double checked with the following
C:\Program Files\Java\jdk1.6.0_10\bin>jarsigner -verify myapp.apk
jar verified.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to