如何在平板电脑上获取系统安装程序以接受未签名的应用程序 [英] How to get System Installer on Tablet to accept Unsigned App

查看:117
本文介绍了如何在平板电脑上获取系统安装程序以接受未签名的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我处于开发人员模式,无法通过ADB访问android 2.1平板电脑.我想快速转移未签名的应用程序进行下载和安装.但是,安装程序总是说没有给出原因就没有安装应用程序.因此,我需要知道如何让安装程序接受未签名的应用程序.签名的应用程序可以很好地安装,并且在应用程序下我确实检查了未知来源.

解决方案

转到下面的

设置->应用程序设置->选中未知来源.

要从命令提示符安装apk,您需要遵循以下命令 亚行安装[文件] .apk

根据我的经验,无法从该命令安装未签名的apk,唯一的安装未签名的apk的方法是从Eclipse中运行应用程序,方法是右键单击该项目,然后选择运行,然后再运行android应用程序./p>

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.

解决方案

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.

这篇关于如何在平板电脑上获取系统安装程序以接受未签名的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆