Device still has the old apk

大憨熊 提交于 2019-12-24 03:52:26

问题


I installed my app apk into my device and now when ever I try to install new apk, somehow the old apk is installed again. I deleted the apk file from memory card and unistalled the app and cleared data and cache, but somehow some of the old apk data is saved in memory card that I can not clear and is appearing every time I install new apk. So when I go in and delete all the old files and open the new one it is still prompting me that it will save user data which means some where it is still storing something.

I am really confused about this problem, please help me finding solution?


回答1:


It could be due to a virus.

Try the following options: 1) Uninstall app 2) Format SD card 3) Restore phone to original settings 4) Install antivirus app 5) Restart phone

This should surely remove the app.

On your dev machine, delete any .apk files generated in .bin directory. In Eclipse, make sure you do a Project -> Clean




回答2:


I believe your problem stems from some issues with Eclipse. Go to Project > clean on the top bar and try again. This is a guess though, but let me know if its not the issue.



来源:https://stackoverflow.com/questions/11810909/device-still-has-the-old-apk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!