Android 签名应用程序
我正在尝试发布一个可供其他应用程序使用的应用程序(意味着其他应用程序可以调用我的应用程序为他们提供一些服务)。但是,我发现当我使用我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 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.