问题
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