在 Intellij IDEA 10 社区版中使用自定义调试键

发布于 2024-11-05 06:10:32 字数 270 浏览 0 评论 0原文

因此,在过去的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟花易冷人易散 2024-11-12 06:10:34

IDEA 使用标准位置的调试密钥

AVD 的默认存储位置
在 OS X 和 Linux 上位于 ~/.android/ 中,
在 C:\Documents 和
Windows 上的 Settings\.android\
XP,在 C:\Users\.android\
在 Windows Vista 和 Windows 7 上。

您需要的文件位于此处,名为 debug.keystore。因此,只需将其替换为具有所需调试密钥的另一个即可。

IDEA is using debug keys from the standard location:

The default storage location for AVDs
is in ~/.android/ on OS X and Linux,
in C:\Documents and
Settings\.android\ on Windows
XP, and in C:\Users\.android\
on Windows Vista and Windows 7.

The file you need is located there and is called debug.keystore. So just replace it with another one with the required debug keys.

幽梦紫曦~ 2024-11-12 06:10:34

仅供参考:这似乎不在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文