如何在线托管 .apk 文件
我正在把一个android测试版本文件放在云端。我的开发人员正在将演示链接到他想要像照片一样在线存储的文件 - 但我真的不知道这意味着什么。
我在本地有 apk 文件,但不知道可以使用什么将其存储在云中以便他可以访问它。无法使用 google docs bc .apk 不受支持,我应该使用 dropbox 之类的东西吗?
I am putting an android test version file in the cloud. My dev is linking the demo to a file that he wants stored online like a photo- but I don't really know what that means.
I have the apk file locally but don't know what I can use to just store it in the cloud so he can access it. Can't use google docs bc .apk is not supported, should I use something like dropbox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以将 *.apk 放在任何您喜欢的地方(尽管显然,它应该是其他人无法修改的地方)。列举不同的方法可能超出了 StackOverflow 答案的范围,但正如您所建议的,Dropbox 就足够了。
需要注意的一件事是,下载 *.apk 的任何人都需要能够接受来自非市场来源的应用程序。他们可以在
Settings > 中编辑此设置。应用程序
。Yes, you can put the *.apk wherever you like (although, obviously, it should be someplace that other people can't modify it). An enumeration of the different ways to do that is probably outside the scope of a StackOverflow answer, but Dropbox would be sufficient for this, as you suggested.
One thing to note is that anyone downloading the *.apk will need to be able to accept applications from non-Market sources. This is a setting they can edit in
Settings > Applications
.