I have created my Google market publisher private keystore. Now I want to Export the UNSIGNED apk using eclipse but I am not able to find the option : Export Unsigned Application Package.

All I can see is this option : Export Android Application, when I right click on project and click Export. If I use this option, I am not able to use jarsigner as it gives an error indicating the apk is already signed.

I am assuming the export option above is exporting a (dubug key) signed apk and not an unsigned one.

Please help me out!

有帮助吗?

解决方案

Right click on the Project -> Android Tools -> Export Unsigned Application Package.

By the way, if you want to sign with self signed certificate / keystore, you can use the Project -> Android Tools -> Export Signed Application Package.

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