如何专门为企业创建 Android 应用程序

发布于 2024-08-14 18:16:01 字数 122 浏览 6 评论 0 原文

我想创建一个 Android 应用程序,该应用程序不会发布到 Android Market 供公众使用,而是仅供我公司的私人使用。这可能吗?如果是这样,您可以发布一个链接来说明您可以在哪里执行此操作吗?

谢谢! 乔

I want to create an Android application that is not released to the Android Market for public consumption but only for private use of my company. Is this possible? If so can you post a link to where you can do this?

Thanks!
Joe

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

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

发布评论

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

评论(3

浮萍、无处依 2024-08-21 18:16:01

这不是问题。只需在内部网站上提供 apk(安装文件)并将 mime 类型设置为 application/vnd.android.package-archive 即可。然后人们可以直接从他们的设备通过 Intranet 安装应用程序。

其他替代方法包括:

  1. 使用
    命令行工具 adb(附带
    SDK)。
  2. 使用第三方工具从 PC 安装,例如 这个
  3. 通过 zx128 调用 AppManager 的免费市场在设备上安装(从 SD 卡)。

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:

  1. Installing from the PC using the
    command line tool adb (comes with
    the SDK).
  2. Installing from the PC using a 3rd party tool like this.
  3. Installing on the device (from SD card) with a free market place call AppManager by zx128.
享受孤独 2024-08-21 18:16:01

绝对有可能。只是不要将该文件分发到企业外部。除非您愿意,否则您不必将应用程序发布到 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.

不必你懂 2024-08-21 18:16:01

这不是一个新问题,实际上许多公司不仅在移动设备上制作企业应用程序,而且还在网络上制作企业应用程序,当然还有桌面应用程序,在 Android 上开发企业应用程序存在许多问题,例如:

  • 为您的应用程序创建更新
  • 调试应用程序和stacktrace 报告
  • 数据安全,这不仅适用于企业,而且对此有很多偏执,您可以尝试 SSL 或 VPN 方法,也尝试加密数据库,但最终您可能会遇到一些边界学会忍受并暴露。

上次 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:

  • Create an Update for your application
  • Debugging the application and stacktrace reports
  • Security the data, this is not only for enterprise but there is a lot of paranoid regarding to this you can try the SSL or he VPN approach also trying to encrypt the database but at the end there are some boundaries that you probably will have to learn to live with and expose.

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

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