如何让平板电脑上的系统安装程序接受未签名的应用程序

发布于 2024-10-22 08:41:15 字数 146 浏览 1 评论 0原文

我处于开发模式,无法使用 ADB 访问 android 2.1 平板电脑。我想快速传输未签名的应用程序以供下载和安装。但是安装程序总是说应用程序未安装且没有给出原因。所以我需要知道如何让安装程序接受未签名的应用程序。签名的应用程序安装正常,并且我确实在应用程序下检查了未知来源。

I am in dev mode and have no ADB access to android 2.1 tablet. I want to just transfer quickly unsigned app to downloads and install. However installer always says Application not installed without giving reason. So I need to know how to get installer to accept an unsigned app. signed app installs fine, and I do have Unknown Sources Checked under applications.

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

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

发布评论

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

评论(1

简美 2024-10-29 08:41:15

转到以下

设置 ->应用程序设置->检查未知来源。

要从命令提示符安装 apk,您需要遵循以下命令
adb install [file].apk

根据我的经验,通过此命令安装未签名的 apk 是不可能的,安装未签名的 apk 的唯一方法是通过右键单击项目并选择运行从 eclipse 运行应用程序,然后运行安卓应用程序。

Go to following

Settings -> Application Settings -> check Unknown Sources.

To install the apk from command prompt you need to follow following command
adb install [file].apk

as per my experience, you installing an unsigned apk from this command is not possible and the only way to install unsigned apk is from running the application from eclipse by right clicking the project and select run and than run an android application.

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