简体   繁体   English

使用发布(我自己的)密钥库进行调试

[英]Debug with release(my own) keystore

I am using titanium. 我正在使用钛。

Normally, I compile like this and check the debug log in console. 通常,我会像这样编译并在控制台中检查调试日志。

ti build --T device --P android ti build --T设备--P android

It doesn't require any keystore (maybe titanium default keystore for debugging is used??) 它不需要任何密钥库(也许使用了用于调试的钛金默认密钥库??)

However, I would like to use my own keystore file because google map requires original keystore file to show the map. 但是,我想使用自己的密钥库文件,因为google map需要原始密钥库文件才能显示地图。

How can I debug with release keystore??? 如何使用发布密钥库进行调试???

You can run 你可以跑

ti build --help

and see the options. 并查看选项。 Use -K or --keystore to specify the keystore. 使用-K或--keystore指定密钥库。

That being said, you can run keytool against the default developer keystore and register it will Google api and list it in you tiapp.xml. 话虽如此,您可以针对默认的开发人员密钥库运行keytool并将其注册到Google api并将其列出在tiapp.xml中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以将我的Android应用程序构建为调试,但使用发布密钥库进行签名 - Can I build my Android app as debug but sign with release keystore 以编程方式检测调试密钥库或释放密钥库 - Detecting debug keystore or release keystore programmatically Android调试密钥库可与发布密钥库一起使用吗? - Does Android debug keystore work with release keystore? Android-使用相同的密钥库进行调试和发布 - Android - Using the same keystore for debug and release 如何为发布而不是在调试中创建密钥库? 扑 - How create keystore for release and not on debug? flutter Android中的'debug.keystore'和'release.keystore'有什么区别? - What is difference between 'debug.keystore' and 'release.keystore' in Android? 当我上载要发布的版本(在调试中运行)时,尝试从创建的密钥库中获取SHA1时无法在android上看到Google地图 - Cannot see google maps on android when I upload it for release (works in debug), trying to get SHA1 from my created keystore 在Eclipse中运行我签名的发布密钥库时出现问题 - Problem running my signed, release keystore in Eclipse 与android发布过程混淆-我的密钥库在哪里? - Confused with the android release process - where is my keystore? 我丢失了调试密钥库文件 - i lost my debug Keystore file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM