简体   繁体   中英

How to fully uninstall libgdx app on android?

Hello I am developing an android game using Libgdx. However, I have run into a strange problem. Since I have been testing it for a while now on my Nexus 7 I notice that every single time I "test" or install the application from eclipse onto my device the SD card memory of my Nexus 7 drops by about 0.02 GB.

Even if I unninstall the app from my Nexus 7 the memory will never recover and continually drop. Why is my device losing SD card space every time I test or install my app? How can I completely uninstall it? It's not a very big app either only 5MB. Thanks

It happens with some apps, some files stay when you uninstall.

check sdcard/Android/data and sdcard/Android/obb directories. and also be sure to check for all folders related to your app in /sdcard/ . Your app might be saving something there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM