Android使用Custom debug keystore
有時候需要用到第三方API的時候,需要一個key store 的SH1值,例如使用百度地圖API,如果是協同開發,就需要所有Eclipse使用同一keystore。
如下圖所示:
這裡需要注意的是,自定義keystore名稱必須是debug.keystore.不然會報
Keystore was tampered with, or password was incorrect,這個錯誤。另外,還要保證keystore的alias(別名)和alias密碼都要和default debug keystore相同。
可以使用一下命令列:
keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -storepass android -keypass android -keyalg RSA -validity 14000
其資訊主要是:Keystore name: “debug.keystore”
Keystore password: “android”
Key alias: “androiddebugkey”
Key password: “android”
CN: “CN=Android Debug,O=Android,C=US”
確保如上資訊相同,生成keystore,即可使用。
相關文章
- Android keystore 密碼找回Android密碼
- 修改Android預設的keystoreAndroid
- 檢視keystore別名和android簽名Android
- Debug with Android EmulatorAndroid
- Android 打包簽名 從生成keystore到完成簽名Android
- Android Pie 引入 Keystore 新特性,安全防護再升級Android
- 堅定地使用 CSS Custom PropertiesCSS
- Custom
- android I/DEBUG堆疊資訊Android
- Java支援的keystore格式Java
- custom activities
- IDEA中使用DebugIdea
- Generate BKS File( Bouncy Castle KeyStore)AST
- Android BuildConfig.DEBUG的妙用AndroidUI
- Android應用程式的debug屬性Android
- Android資料庫檢視庫---Android-Debug-DatabaseAndroid資料庫Database
- Clion Debug模式使用實踐模式
- Windows XP debug工具的使用Windows
- 配置kdump使用的debug核心
- 【PB】PB中object,control,custom class,custom visual,custom external等概念的區別Object
- Android除錯資料庫的福音:Android-Debug-DatabaseAndroid除錯資料庫Database
- Android開發者指南(1) —— Android Debug Bridge(adb)(上) 薦Android
- Android Studio debug斷點 介面卡頓Android斷點
- 使用ADD_CUSTOM_COMMAND 新增自定義命令
- 使用spi-gpio-custom模組配置SPI匯流排
- Laravel 5.8 使用 debug bar 的方法Laravel
- AndroidStudio使用技巧-debug篇Android
- debug技巧之使用Arthes除錯除錯
- graphite custom functionsFunction
- custom event in javascript and jqueryJavaScriptjQuery
- Unknown custom element: <> -
- Laradock 使用 PhpStorm Debug 程式碼PHPORM
- vscode 使用 PHP debug 除錯VSCodePHP除錯
- C# 測試程式碼#if DEBUG使用C#
- 使用IDEA遠端debug除錯Idea除錯
- C#如何使用 Debug 和 Trace 類C#
- 在Intellij IDEA中使用DebugIntelliJIdea
- EditorWindow Custom Context MenuContext