博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
问题:【Android】Re-installation failed due to dif...
阅读量:6829 次
发布时间:2019-06-26

本文共 702 字,大约阅读时间需要 2 分钟。

hot3.png

错误信息如下:

[2013-06-14 09:38:22 - LayoutTest] Re-installation failed due to different application signatures.
[2013-06-14 09:38:22 - LayoutTest] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2013-06-14 09:38:22 - LayoutTest] Please execute 'adb uninstall com.zhengjian.layouttest' in a shell.
[2013-06-14 09:38:22 - LayoutTest] Launch canceled!

原因:

    主要原因是ADT插件赋予APK文件debug签名时数字效验出错可能因为ADT版本不同、APK不是这台计算机生产的在模拟器或Android手机上

解决:

    方法1.这时先运行android模拟机,进入命令行,当然你要定位adb.exe的目录,

D:\adt-bundle-windows-x86-20130522\sdk\platform-tools> adb uninstall com.zhengjian.layouttest
重新运行就可以了。
    方法2.或者直接在真机中删除该程序,重新执行即可。

转载于:https://my.oschina.net/zhengjian/blog/137465

你可能感兴趣的文章
通过Unison实现文件的双向同步
查看>>
nodeJS监控任务完成并通知
查看>>
Hessian学习—Hessian入门
查看>>
QML学习笔记-介绍篇(1)
查看>>
gcc 的原子操作实现自旋锁
查看>>
Socket详解(记录一)
查看>>
Oracle 分析函数
查看>>
SpringBoot基础教程1.1.1 项目搭建
查看>>
Jenkins打包记录导至服务磁盘空间不够
查看>>
设计模式C++实现(2)——策略模式
查看>>
微信小程序五-列表渲染多层嵌套循环及wx:key的使用
查看>>
查看centos中的用户和用户组和设置用户权限
查看>>
JDK安装
查看>>
centos6.4 nginx php mysql 编译安装一些补充事项
查看>>
uliweb的chatroom聊天室测试程序
查看>>
layui中laydate动态赋值最大、最小值
查看>>
deepin15.7 更新升级之后,sogou 浏览器chrome,firfox 中无法使用中文输入
查看>>
Quartz集群原理及配置应用
查看>>
路由网关转发配置
查看>>
java读取配置文件的几种方法
查看>>