How to submit an Android app signature on a social platform

Source: Internet
Author: User

when submitting Android applications to similar open platforms, Sina Weibo open platforms, QQ interconnects, etc., it is troublesome to provide an Android signature, and each platform provides a signature generation tool. In fact, each platform needs to be Android signed MD5 value, you can use the JDK comes with the tool, manually can generate signatures, and eliminate the need to install the various platform apk trouble.

Method One:

Generate MD5 values directly from the command line

Keytool-list-v-keystore keystorefile-storepass xxx

Keytool is a JDK-only tool, typically in the bin directory under the JDK or JRE directory;

Keystorefile signing a certificate file for Android

XXX for KeyStore's password

such as: C:\Program files\java\jdk1.7.0_25\bin>keytool-list-v-keystore C:\Users\panyux

In01\.android\debug.keystore-storepass * * *

You can get the MD5 value


Method Two:

Download the APK signature tool provided by each platform to generate MD5 value

How to submit an Android app signature on a social platform

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.