0

I used eclipse export wizard to sign my apk file. But when i try to install it on phone it says "application not installed". I uninstalled the unsigned apk from the phone before installing the signed one. My jdk is 6.0.29 .What am i doing wrong?

Thanks in advance.

Boris Strandjev
  • 46,145
  • 15
  • 108
  • 135
Evan
  • 5
  • 5
  • You can not have an unsigned apk installed on your device so this part of your comment is not correct `I uninstalled the unsigned apk from the phone before installing the signed one.`. – Boris Strandjev Apr 07 '12 at 12:41

1 Answers1

0

I have received the error you describe, but only in case the device already have the application installed and it is signed with different key. When you install from Eclipse it automatically signs your apk before installing, but the key will be different from the one that will be used when using the export wizard.

Couple of more reasons why your install might fail:

  • If there is no sufficient storage on the phone, though I assume that there should be more user friendly error for that
  • If you have not allowed installation of applications from unknown sources. Here is description in pictures of how you do that.

Also consider looking into this thread if the other suggestions do not help you.

Community
  • 1
  • 1
Boris Strandjev
  • 46,145
  • 15
  • 108
  • 135