mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
  1. Main page
  2. dev
  3. Main content

创建keystore文件

2017-06-13 106hotness 0likes 0comments

android studio 菜单 -> buid -> Generate Signed Apk 创建jks后缀的签名件 

然后在build.grade 中引用

android {
signingConfigs {
config01 {
keyAlias 'MXXXXE'
keyPassword 'XXXXX'
storeFile file("E:/XXXXX/focusdict.jks")
storePassword 'XXXXX'
}

    }

I have not fully fixed this issue, but I think it is related to the following entries in 'Telegram\TMessagesProj\build.gradle':

signingConfigs {

Tag: Nothing
Last updated:2017-06-13

mikebai

This person is a lazy dog and has left nothing

Like
< Last article
Next article >

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang