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

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top