Required certificate specifications for the custom debug KeyStore of Eclipse ADT

Source: Internet
Author: User

The recent launch of the In-app billing IAB built-in billing API for Google Play found that a more annoying problem was that the application had to be formally signed while testing, and that the default Eclipse ADT Debug run was using a temporary generated debug certificate. The default is C:\Users\XXX\. Android\debug. KeyStore.

So every time you debug built-in billing you have to use ADT's export signed application package to play with formally signed packages, more cumbersome. ADT was later found to allow custom debugging with a certificate, in Window->preferences->android->build->custom debug keystore here, after trying to select the official certificate after the prompt: " Keystore is tampered with, or password is incorrect ", as shown in:


In fact, this interface does not provide input keystore password, choose Alias and so on, so it is very strange, looked at the official documents found that even the custom debug certificate, you also need to guarantee the same password as the default certificate, alias aliases and alias password.

The default certificate information that is mentioned in the documentation is as follows:

Keystore Name: "Debug. KeyStore "
Keystore Password: "android"
Key alias: "Androiddebugkey"
Key Password: "Android"
CN: "Cn=android debug,o=android,c=us"

By following this rule, you can use a custom debug certificate. But think about the feeling that this function is very chicken, I hope the future version of ADT will improve it.

Required certificate specifications for the custom debug KeyStore of Eclipse ADT

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.