Android 签名应用程序

发布于 2024-10-06 16:13:56 字数 247 浏览 0 评论 0原文

我正在尝试发布一个可供其他应用程序使用的应用程序(意味着其他应用程序可以调用我的应用程序为他们提供一些服务)。但是,我发现当我使用我的 default.keystore 和其他由其他 default.keystore 签名的应用程序(想要与我的应用程序通信)签署我的应用程序时,无法通信或调用我的应用程序。

如果我的应用程序和其他应用程序都使用相同的密钥库签名,它们就可以进行通信。

您能指导我如何对应用程序进行签名并让其他签名的应用程序调用它吗?

I am trying to publish an app which can be used by other applications (meaning others apps can invoke my application to do some service for them). However I see that when I sign my app using my default.keystore and other application (who want to communicate with my app) which are signed by some other default.keystore cannot communicate or invoke my app.

If both my app and other app are signed with same keystore they are able to communicate.

Can you someone please guide me how can I sign an application and let other signed app invoke it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

清眉祭 2024-10-13 16:13:56

如果您使用的是 Eclipse,请尝试此操作...

右键单击您的项目,选择 Android Tools 并选择导出签名的应用程序包

然后选择 *创建新密钥存储。< /em>*提供所有详细信息并按照描述进行操作。

if you are using eclipse try this...

right click your project ,select Android Tools and select Export Signed application package

Then select *create new key store.*give all the details and do as described.

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