1. 程式人生 > >Android studio 執行時報錯Do you want to uninstall the existing application?的解決方法

Android studio 執行時報錯Do you want to uninstall the existing application?的解決方法

轉載自:https://www.cnblogs.com/1124hui/p/6609689.html

 

(解決方法)Android studio 執行時報錯Do you want to uninstall the existing application?的解決方法

在Android studio中,有時執行會報錯:

WARNING: Uninstalling will remove the application data!

Do you want to uninstall the existing application?

----------------------------------------------

在網上到處找,找到很多方法,但是對我大多沒用,我自己是用最後一個辦法解決的

1.等模擬器執行後再run程式。

2.是不是之前安裝過,解除安裝再安裝。

3.clean專案,重新編譯執行。

4.換模擬器。

5.修改gradle(這個沒用試過)

 

6.我是通過這個辦法解決的問題,關閉快速執行

步驟如下點選file->settings->build,execution,deploym

->instant run 去掉第一個選項上的勾enable...

 

再次run就可以了。

希望對大家有幫助