如何专门为企业创建 Android 应用程序
我想创建一个 Android 应用程序,该应用程序不会发布到 Android Market 供公众使用,而是仅供我公司的私人使用。这可能吗?如果是这样,您可以发布一个链接来说明您可以在哪里执行此操作吗?
谢谢! 乔
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这不是问题。只需在内部网站上提供 apk(安装文件)并将 mime 类型设置为 application/vnd.android.package-archive 即可。然后人们可以直接从他们的设备通过 Intranet 安装应用程序。
其他替代方法包括:
命令行工具 adb(附带
SDK)。
This is not a problem. Just make the apk (installation file) available on an internal website and set the mime type to application/vnd.android.package-archive. Then people can install the application over the intranet directly from their devices.
Other alternates include:
command line tool adb (comes with
the SDK).
绝对有可能。只是不要将该文件分发到企业外部。除非您愿意,否则您不必将应用程序发布到 Android Market。
Definitely possible. Just don't distribute the file outside of the enterprise. You don't have to publish your application to the Android Market unless you want to.
这不是一个新问题,实际上许多公司不仅在移动设备上制作企业应用程序,而且还在网络上制作企业应用程序,当然还有桌面应用程序,在 Android 上开发企业应用程序存在许多问题,例如:
上次 Google I/O 大会上,有一场名为让 Android 投入工作的精彩演示,您将查看有关 Android 平台上的企业应用程序和功能的多种方法和问题。
您可以随时尝试 推送链接 服务,或者采取更简单的方法,如更新(私人)android 应用程序
This is not an new issue actually many companies make enterpise application not only on mobile but on web and of course Desktop app, there are many issues regarding the developement of enterpise application on Android, like:
Last Google I/O there as this great presentation called Taking Android to Work, you will see multiple approach and issues regarding the enterprise application and features on Android platform.
You can always try Push link service, or take a simpler approach like it has been mention in Update (Private) android application