将.apk文件发送给客户审核

发布于 2024-10-07 07:09:35 字数 155 浏览 0 评论 0原文

我开发了一个 Android 应用程序,并在模拟器和设备上对其进行了测试。我想将.apk文件导出到客户端进行审核。我使用应用程序清单文件导出未签名的 apk 并将其发送,但它没有安装在他的手机上。

我在这里阅读了多个问题,但没有得到任何具体信息来解决我的问题。我对这个平台很陌生。

I have developed an Android application and had it tested on emulator as well as device. I want to export the .apk file to the client for review. I used the Application manifest file to export the unsigned apk and sent it, but that's not getting installed on his phone.

I have read multiple questions over here but didn't get anything in specific to resolve my issue. I'm very new to this platform.

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

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

发布评论

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

评论(3

陈独秀 2024-10-14 07:09:35

确保您的客户端允许安装未签名的 APK。在 droid 上,设置 ->应用->未知来源复选框。

Make sure your client has allowed the installation of unsigned apks. On the droid, settings -> applications -> unknown sources check box.

塔塔猫 2024-10-14 07:09:35

以下是如何导出 APK 文件。

首先在 Eclipse 中编译并运行您的应用程序。
这将在您的项目文件夹中创建 .APK 文件。

路径通常是
项目名称\bin

您可以通过 USB 线将该 .APK 文件直接复制到您的手机
或者您可以通过电子邮件将其发送给客户。

要安装 APK 文件,只需从文件管理器应用程序(例如根资源管理器或文件管理器)中单击该文件即可。

点击后APK将自动安装。

由于 APK 不是来自 Google Playstore 的官方应用程序,请确保您安装该应用程序的手机有权安装未经认证的应用程序。

可以通过以下方式启用此功能:
设置->安全->未知来源

确保选中该选项。正如你所看到的,下面写着
“允许安装非市场应用程序

Here is how to to export your APK file.

First compile and run your app within Eclipse.
This will create the .APK file in your project folder.

The Path is usually
Project Name\bin

You can copy that .APK file directly to your phone via a USB cable
Or you can email that to a client.

To install the APK file simple click on the file from a file manager application such as Root Explorer or File Manager.

The APK will automatically be installed once clicked.

Since the APK is not officially from the Google Playstore make sure the phone you are installing the app on has permission to install non-certified apps.

This can be enabled by going to
Settings-> Security-> Unknown Sources

Make sure that option is checked. As you can see it says below
"Allow installation of non-Market apps

风为裳 2024-10-14 07:09:35

只需制作一把钥匙并签署即可。

Just make a key and sign the thing.

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