在 Intellij IDEA 10 社区版中使用自定义调试键
因此,在过去的 2 天里,我一直在使用 IntelliJ IDEA 10 社区版进行评估,并且我已经习惯了它,无法再回到 Eclipse。然而,有一个问题对我的小团队来说是一个大问题:我们使用 Facebook 集成,为了使用 API,我们需要使用与 Facebook 上注册的相同的调试密钥进行签名。 使用相同的密钥还可以使交换设备变得更容易,因为您不必每次交换时都卸载项目。
现在...我的“问题”...我可以在 Intellij IDEA 中使用自定义 Android 调试密钥吗?
谢谢
So for the past 2 days I've been using IntelliJ IDEA 10 community edition for evaluation and am Already too comfortable with it to go back to Eclipse. However, there's a problem that's a deal breaker for my small team: We use Facebook integration and in order to use the APIs we need to sign with the same debug key as what's registered on Facebook.
Using the same key also makes swapping devices easier as you don't have to uninstall the project every time you swap.
And now ... my 'question' ... Can I use a custom Android debug key with Intellij IDEA?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IDEA 使用标准位置的调试密钥:
您需要的文件位于此处,名为 debug.keystore。因此,只需将其替换为具有所需调试密钥的另一个即可。
IDEA is using debug keys from the standard location:
The file you need is located there and is called debug.keystore. So just replace it with another one with the required debug keys.
仅供参考:这似乎不在 IntelliJ IDEA 中,但 CazyCoder 提交了一个支持问题(谢谢),并且今天早些时候被标记为“修复版本:XI”。
所以下一个版本(IDEA 11)应该有这个修复。
FYI: It seems that this was not in IntelliJ IDEA, but CazyCoder filed a support issue (thanks) and it was marked as "Fix Version: XI" earlier today.
So the next release (IDEA 11) should have this fix.