Question

I am trying to Sign up APK to upload it on to the Play Store Market. I am following the steps underlined here

I am getting the following error

enter image description here

When i try to Sign the Application using Eclipse project->Android Tools->Export Signed Application Package.

enter image description here

Was it helpful?

Solution

You don't need to do it with commands. In Eclipse, right click on your project->Android Tools->Export Signed Application Package.

Follow the wizard and you will have an signed apk without pain.

Edit:

After a quick search about the new error, this thread seems to contain possible fix for you. At instance, please try to clean your project and build it again. If it does not fix your problem, also try the fix mentioned in the link.

OTHER TIPS

Copy your keystore file to a directory which has no spaces. Your current path is C:\Program Files (x86)\Java\jdk1.6.0_27\bin\my-release-key.keystore which contains the directory Program Files (x86) with spaces. JarSigner cannot identify directories with spaces.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top