简体   繁体   中英

Working On Android Studio - Maps In Ubuntu 14.04

Good day, I just would like to ask how can I get my Md5/Sha1 code for android maps. I'm doing my tutorial-studies and I'm using Ubuntu 14.04 as my default OS .

Is there any terminal code for this? to open up the keytool?

I found/arrived with this documentation in android dev - dev.android signing your app but I'm stuck, I mean I don't know what to do next.

Open the terminal and type the following

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

You can look at the android guide in Displaying the debug certificate fingerprint

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM