android studio下的sha1值获取

news/2024/7/7 9:51:18

一、首先在app下定义一个文件夹:keystore

Build->Generate Signed APK->Create New key store->选择自己项目的keystore下,名字写build->输入密码和其他信息,Alias我写的是build->选择build

二、完成后重复上步骤

Build->Generate Signed APK->Create New key store->选择自己项目的keystore下,名字写release->输入密码和其他信息,Alias我写的是build->选择release

三、在下方Terminal工具输入命令

keytool -list -v -keystore app/keystore/relase.jks和

keytool -list -v -keystore app/keystore/build.jks


http://www.niftyadmin.cn/n/3649279.html

相关文章

[原创文章] 比较Excel的VBS函数

QTP中Excel的比较 作者:Wally Yu (微博:http://weibo.com/quicktest)最近在SQAForum经常有人提出关于比较两个Excel的值的问题的帖子 例如: http://www.sqaforums.com/showflat.php?Cat0&Number549014&an0&page0#Post549014 htt…

Flutter的HTTP请求

It’s hard to do any sort of development without having to make some form of HTTP request, therefore, we’ll be looking at how to use the http plugin within Flutter. 无需进行某种形式的HTTP请求就很难进行任何类型的开发,因此,我们将研究如…

android上的JAVA8:使用retrolambda

Java8引入了lambda表达式,让许多开发者激动不已,本文介绍如何在Android上使用lambda。 首先下载 java8 sdk ,并且配置完成在 build.gradle 中加入编译的依赖,这会使用retrolambda来编译Java代码 buildscript { //开始加入depend…

react 生命挂钩_简而言之,React useContext挂钩

react 生命挂钩Early February 2019, React introduced Hooks as a way to rewrite your components as simple, more manageable, and classless. useContext is one of the built-in Hooks, giving functional components easy access to your context. But before we dive i…

OkHttp3的使用

一、首先需要Gradle,GitHub的链接:http://square.github.io/okhttp/ compile com.squareup.okhttp3:okhttp:3.9.0 二、测试get方法 /*** 测试get方法*/ Test public void testGet() {//创建OKHttpClient对象OkHttpClient okHttpClient new OkHttpClient();//创建request对象Re…

Android 使用Fragment,ViewPagerIndicator 开发APP项目的主框架

本来准备下载个CSDN的客户端放手机上,没事可以浏览浏览资讯,下载了官方的之后,发现并不能很好的使用。恰好搜到一个大神自己写的csdn的app,下载安装了一下,感觉很不错,也很流畅,基本满足了我们 …

spread运算符_JavaScript中的Spread运算符有什么用?

spread运算符Learn about the ES6 spread operator, and some practical uses for this powerful JavaScript feature! 了解ES6传播运算符,以及此强大JavaScript功能的一些实际用法! The spread operator is a feature of JavaScript introduced with E…

E测中国翻译团队成立,首战告捷!

应广大网友的热烈要求,E测翻译小组正式成立,对外宣传的E测翻译团队首页:https://sites.google.com/site/5etestingtranslating/home 说明:E测翻译团队为E测中国(www.5etesting.com)旗下的翻译团队&#xf…