简体   繁体   中英

android: how do i sign my app using an existing key?

My company is attempting to publish its first Android app on the market, and we have gotten to the code signing step. We have keys that we use for our other products and use the windows codesign tools to sign our products. We would like to use the same key to sign the Android app, but (obviously) cannot use the windows signing tool (because it only signs .dll's and .exe's)

Does anyone know how to sign an android app using existing keys? (.spc and .pvk files)

Thanks in advance.

You can try converting the PVK into something for the Java keystore . The odds of the resulting key being something the Android Market will accept is low -- for example, the Android Market requires the key to be good for at least 25 years, that you will use the same key for the entire lifetime of your app, etc.

Since the Android key can be self-signed, you are not saving any money this way and are only wasting time and increasing risk, IMHO.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM