cannot Create MD5 FingerPrint?
keytool -list -alias alias_name -keystore my-release-key.keystore
using above command when i try to create md5 fingerprint it asks for the password and in password i cannot type any thing.
can any one guide me how can i create this i need this finger print to run google map api in android and to obtain googlemap api key from google website..
any help would be appriciated..
Asked by: David305 | Posted: 20-01-2022
Answer 1
finally i got my answer,
command above i was using was not complete i just used this command
keytool.exe -list -alias androiddebugkey -keystore D:\Androidkeystore\debug.keystore -storepass android -keypass android
if you have not set environment variables for java in your machine then above command wont work or you will have to go to the bin directy of your java folder in program files to run above command.
by copy pasting debug.keystore file from builtin folder to user friendly folder and ran it.
and finally i got the md5 certificate.
Answered by: Lucas961 | Posted: 21-02-2022Answer 2
You can type a password, it just isn't being shown — even as asterisks — for security reasons.
The idea is that someone watching over your shoulder could gain information (i.e. the password length), so showing nothing improves security (slightly, in theory).
Answered by: Elise508 | Posted: 21-02-2022Similar questions
Android & Google Maps: Trouble with getting fingerprint and signing certificate
I'm following the guides online here( http://code.google.com/android/add-ons/google-apis/mapkey.html ) and i'm having trouble "Getting the MD5 Fingerprint of Your Signing Certificate".
Ive found the location of the keytool and now when i put into the command line
keytool -list -alias androiddebugkey -keys...
android - Trouble generating MD5 fingerprint with new keystore
I'm trying to generate the MD5 Fingerprint I will use with the release of my application. I used Eclipse to Compile and Sign my application, which gave me a keystore file and a .apk file. Now i need to generate the MD5 for my MapViews. I tried using the cmd prompt to generate it, but everytime it states that no such file exists. Is there somewhere special i need to be storing the keystore so the keytool has access to it? A...
java - Cant obtain md5 Fingerprint for api key
I am trying to develop the map element of my app and I am having trouble obtaining a md5 fingerprint, I am using Ubuntu and I have located the debug.keystore file, but when I enter the commands I get:
No command 'store' found, did you mean:
Command '0store' from package 'zeroinstall-injector' (universe)
Command 'stone' from package 'stone' (universe)
store: command not found
or;
Illegal option: ...
android fingerprint scanner application
Closed. This question does not meet Stack Overflow guid...
android - cant get MD5 Fingerprint of the SDK Debug Certificate
I am using Ubuntu. I am developing apps with Google Maps. For that I am registering for an apikey. I followed the instruction in this following Link link text
from this instruction i got MD5 Fingerprint of Your Signing Certificate,also i have keystore ,But i cant able get MD5 Fingerprint of the SDK Debug Certificate, for this I followed the commend keytool -list -alias androiddebugkey \ -keystore .keystore \ -st...
java - Problem getting MD5 fingerprint of certificate for Google Maps API
keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore. -storepass android -keypass android
gives me the error:
keytool error: java.lang.Exception: Keystore file does not exist: /Users/syalam/.android/debug.keystore.
I'm not sure how I can sign my debugkey so that I can use Google Maps. I have verified in Eclipse that this is where my debugkey is...
identity - device for fingerprint scanner in android?
iam running a project that part of it requires to read a fingerprint. The platform we use is an Android phone (2.2).
Is there a fingerprint reader availble for this platform? (micro USB, power supply issues, drivers etc.)
keytool - problem in cmd prompt for getting MD5 fingerprint in android
Having overcome my earlier problem, I am still having difficulty generating an MD5 fingerprint for Android from the command line. Can anybody tell me what I'm doing wrong?
Command line:
C:\Program Files\Java\jdk1.6.0\bin>keytool.exe -list -alias androiddebugkey -keystore C:\Documents and S...
android - Error in cmd prompt for getting MD5 fingerprint
I want to get MD5 finger print in Android for google map, but when I try to run it in a command window it shows the message below. How do I overcome this problem?
Command Line:
C:\>C:\Program Files\Java\jre6\bin>keytool.exe -list -alias androiddebugkey -key
store C:\Documents and Settings\Saurabh\.android\debug.keystore -storepass andro
id -keypass android
Error:
android - MapView api key and app fingerprint
I'd like to set up an android architecture similar to how google allows access to their maps using an api key.
Something I'm unsure about is if the fingerprint of the app is sent up, along with api key, on every request to retrieve a map tile - or is the api key just sent up on its own on each request?
If the fingerprint is indeed sent along with the api key, then how does the app programatically get its o...
Still can't find your answer? Check out these communities...
Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android