在模拟器上运行Android项目时报错:DELETE_FAILED_INTERNAL_ERROR Error while Installing APKs
时间:2018-12-10 20:38:58
收藏:0
阅读:190
今天在Android Studio自带的模拟器上运行项目的时候,出现如下所示Error:当点击ok后,发现模拟器不能运行程序。
解决办法:
更改Android Studio中的设置:
File--->Settings--->Build,Execution,Deployment--->Instant Run--->unCheck:Enable Instant Run to hot swap code/resource changes on deplay(default enable)--->最后重新在模拟器上运行一下程序就行了
原文:https://www.cnblogs.com/hh8888-log/p/10098654.html
评论(0)