博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android开发调试Installation failed since the device possibly has stale dexed jars
阅读量:4957 次
发布时间:2019-06-12

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

今天写完代码运行时,出现了程序安装失败的对话框:

Installation failed since the device possibly has stale dexed jars that don't match the current version (dexopt error). In order to proceed, you have to uninstall the existing application.

WARNING: Uninstalling will remove the application data!

Do you want to uninstall the existing application?

已运行就是这样,死活没办法,最后搞了一晚上,终于找到了答案,AndroidStudio-> Build -> Clean Projects  然后等下面任务完成后,重新运行就可以了。

转载于:https://www.cnblogs.com/hua-hahaha/p/4403433.html

你可能感兴趣的文章
二维数组简单使用
查看>>
面向对象——成员
查看>>
面向对象——对象的创建和使用
查看>>
数组——算法
查看>>
面向对象——三大特性
查看>>
面向对象———类
查看>>
其他关键字
查看>>
抽象类和接口
查看>>
枚举、注解
查看>>
脚本创建用户以及删除所创建用户
查看>>
sed grep awk
查看>>
Nginx配置优化
查看>>
shell 脚本
查看>>
制作nginx的rpm包:
查看>>
批量装机实验报告
查看>>
源码编译安装Apach——有图
查看>>
Linux150个常用命令
查看>>
Nginx Rewrite 域名以及资源重定向
查看>>
Centos7通过源码编译的方式安装和配置Apache
查看>>
tomcat简介与部署
查看>>