Android Gold map appears "Location failed key authentication failed"

Source: Internet
Author: User
Tags sha1

Title: Android Gold Map appears "Location failed key authentication failed"

Cause: Using the SHA1 in debug mode, the release version is available in the correct way for SHA1:

Method Two
Using the Keytool (JDK's own tool), follow these steps:
1. Run into the console.


2. Enter the CD in the pop-up console window. Android navigates to the. Android folder.


3. Continue to enter commands in the console.
The development mode uses Debug.keystore, the command is: Keytool-list-v-keystore debug.keystore
The release mode uses the APK corresponding to the KeyStore, the command is: keytool-list-v-keystore apk KeyStore
As shown below:


Prompt for KeyStore password, development mode default password is Android, release mode password is the password set for apk keystore. Enter the key after the carriage return (if you do not set a password, you can directly enter), at this time you can get the SHA1 value in the information displayed in the console, as shown in:

Android Gold map appears "Location failed key authentication failed"

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.