应用程序未安装错误 [英] App Not Installed error

查看:151
本文介绍了应用程序未安装错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个无符号的apk我的关系7.当我尝试和安装,设备会弹出应用程序未安装。在Eclipse模拟器一切工作正常。我试图改变我的目标4.2,4.3,4.4。再次,在仿真器的所有工作,但不是在设备上,设备运行4.3。

I have created an unsigned apk for my nexus 7. When I try and install it, the device pops up with, "App Not Installed". In the Eclipse emulator everything works fine. I have tried to alter my target to 4.2,4.3,4.4. Again, all work in the emulator but not on the device, the device is running 4.3.

推荐答案

这是未签名的应用程序无法安装。你应该用jarsigner工具签名(通过Android的SDK工具提供)

An unsigned application cannot be installed. You should sign it with jarsigner tool (provided by Android SDK tools)

的要点,了解有关注册的Andr​​oid应用   主要有:

The important points to understand about signing Android applications are:

      
  • 在所有的应用程序都必须进行签名。该系统将不能安装在仿真器或设备的应用程序,如果没有签名。
  •   

请参阅<一href="http://developer.android.com/tools/publishing/app-signing.html">http://developer.android.com/tools/publishing/app-signing.html

这篇关于应用程序未安装错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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