質問

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