I am using macbook
I typed below code on terminal
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore
and end up with
0???|???*?H??
071
0 UUS10U
450329083337Z071
0 UUS10U
?0?roid ?H??0?"0
??&{??#u???_??R??M?C? ?ߔ?"??V?L??????X=y???P9,????gq?v-b|?x??W5WR?r???
?c+W??NWS!P??????ʈl??SO?̡E??]???wO???OhMⳳӾ?៎m???et???A?K?8 ]?#??,?l??'N8??WZ?x폻(??҄-y??J??H??]???mD,???>?3?Ð?=ߌh??ib???????p6\??????!00U????W? ?p8+??P?b??0
?rGNh?o(5*?<????x????b??7;1?ƻ?H?L1?>?O~&?O??E??Ӎ?5c?62?? ~?????ܙKv=?E???U?d?.?̶?}?U??ѭ?Q0????G??Jʀ?֯r?????
=g?P??n??s?S?3?\o????kO?_u???9??iv?????5A҈?)9?-??nO?~#Pq?x ???
???-?b(???\?P?xd?Ԩ?#8z8b>SG?z?f??????%?
What is the issue?
I have missed last two word -list -v
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
its working now
Related
Regarding to this article article I'm trying to generate debug certificate.
keytool -exportcert -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
give a follow result:
where expected is somthing like this:
Certificate fingerprint: SHA1: DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09
Hi Run this command you will get your sha-1 key.
keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
Found the solution
keytool.exe -list -v -keystore "%USERPROFILE%.android\debug.keystore"
-alias androiddebugkey -storepass android -keypass android
I can't seem to get the SHA1 string from running the keytool command. When I am prompted for the password for my debug key I enter "android" and after hitting enter I get a string of weird characters. Please see below.
C:\Program Files\Java\jdk1.7.0_79\bin>keytool -exportcert -alias androiddebugkey
-keystore C:\Users\CaduDesktop\.android\debug.keystore
Enter keystore password:
☺☺♂♣ 071♂0 ♠♥U♦♠‼☻US1►0♫♠♥U♦
450428134123Z071♂0 ♠♥U♦♠‼☻US1►0♫♠♥U♦
☺☺☺♣ ♥é☺☼ 0é☺0é☺"0
☻é☺☺ ╡|¿t├▬╖Åδu▲dτw♦┤»Φ/ óq>ô¡╡jd♦0▐ï▬♀òy_4ƒ(|¼╒-▒ñ▄⌡Ii£ÿ◄f=╩Z¥ç▌ %É'a♂σQ¥
§¿ª∟sY↨ ■▀¢Öε═←┬-α≈π÷í¬«JÄ┌£↓àuJæ¬)⌡╔Cç┤3-ê╙♦ü¡-öæ½│↑♥]£4ß╩ó√♫êq·╛$CßÅ7%°k╗éπ→$Γ
ì¿q=cS♥|┘²'f⌐J#ò█¿∞?n→Ü♫ù►╣Åî└pÆ╝-2←/↕▌wT Bz╝♥☺#¬¿♀înOS¿═Q☻♥☺ ☺ú!0▼0↔♠♥U↔♫
♦▬♦¶╜▌qH
¿wÉqδUΦ½┴«╖ÖëèN┬╪8╪`gφ ≡«lG]8√∙█p0Yú∩j8,╠ä{╘x"┘Σq±↨═I₧ú☼Γ%Y╨⌡mΣùg☻Uù╠↔
ƒh▌"µvë#è└I►∙ä⌠ræÇ♫²║G9á ¢─↑Y╠4ε╠G╨?åcù(K{Ω$τ↨k⌂±Rí╛┼ñ♦0"☼É3Wƒ1E╦▒¶ºZ_√V¼ê âß▀Φ╗
¶╕hG±çΦ½♂~♂∟êä|┌♣εKÉĵ╨èê∙╙▬╛!Ñ
What Can I do to fix this?
Found a solution. I entered the following command
keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
I am trying to learn Android development and I am having trouble following the Google+ sign in tutorial.https://developers.google.com/+/quickstart/android . I am stuck on step 6e-getting the SHA-1 fingerprint with the keytool.
I don't quite understand what this process is doing. In the command prompt, I have navigated to the Java/bin folder, and when I put in the command:
keytool -exportcert -alias androiddebugkey -keystore <C:/Users/Me/.android/debug.keystore> -list -v
it says access denied.
This command should work:
keytool -exportcert -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore -list -v
Hi I have the following problema when I try to get the MD5 result with this Command:
"keytool -list -v -keystore C:\Users\3D Apps.android\debug.keystore -alias androiddebugkey -storepass android -keypass Android"
this is the message:
"option not allowed APP.android\debug.keystore"
I have thry many thinhs without success
-like complete the 3D with ~1 like this "C:\Users\3D~1...." same problema.
-Put a ^ to scape the space without success.
Any suggestion?
Put the file name in quotes:
keytool -list -v -keystore "C:\Users\3D Apps.android\debug.keystore" -alias androiddebugkey -storepass android -keypass Android
How to publish the Apk file with signed key for Map,
Am Getting Error as Follows in CMD
C:\Program Files\Java\jdk1.7.0_21\jre\bin>keytool -list -v -keystore D:\Shankar
Completed Project\Mandate Project\keystore -alias mandatehandbook
Illegal option: Completed
keytool -list [OPTION]...
Lists entries in a keystore
Options:
Use "keytool -help" for all available commands
Put quotes around the keystore path. Your shell is confused by the space in the pathname.
keytool -list -v -keystore "D:\Shankar Completed Project\Mandate Project\keystore" -alias mandatehandbook
debug keytool example:
keytool -list -v -keystore "D:\Users\%your name%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android