Cache cleaner app help

thanks but how do I delete the files inside the App Cache folder? and how do I display a list with apps like in the photo?
image

try the filetools extension by @vknow360 to delete directories

Taifun

1 Like

Where are these /cache folders?

Aren't they in internal storage?
/data/data/<packageName>/cache/ or
/data/user/0/<packageName>/cache/

Internal and external storage both have cache folders.

This is external cache folder.

and this is internal cache folders.

I am unable to recall whether internal one can be accessed by other apps or not.

On two of my test devices (Pixel, A13 + 14) I only found a cache folder (in the external storage) in 2 or 3 cases and only one of those was not empty. And that was the Telegram app.

So it seems that many apps use the cache folder in the internal storage.


In the companion apps of AI2, Kodular and Niotron, only Kodular has/uses a cache folder in the external storage.

I tried to see the Cache folder /storage/emulated/0/Android/data/<package_name>/cache
but they are empty but from the settings the cache exists why?

can someone answer me? thanks <3

You should read last few replies in this topic.

thanks but if I delete the cache files in the app folder then going into the settings the cache exists I also tried to see external storage but it doesn't work
but by clicking the button to clear the cache from the settings it becomes 0 how does the settings clear the cache?
thanks

You cannot access the internal storage /data/user/0/<packageName>/ without a rooted device.

I can and its not rooted

This is the external storage. I'm talking about "internal storage".

See also here:

its the internal memory because it says Galaxy tab otherwise it would say SDHC or micro sd

Did you read my guide?

ok sorry ,
so how do I do it? in ai2?

:question:

how can i clear cache of apps? in mit app inventor?

4e1fdd93044ddf92bf3e198d7d496137d30e577c_2_281x500

You can try to find out, how to do it generally in Android... try a Google search or search stackoverflow.com
then we can check if and how it can be done in App Inventor

EDIT: I now did a search for you and found this tutorial

you could write your own extension to create the functionality yourself...

more information about how to create an extension see the App Inventor Extensions document, however that will be more advanced and will require some Java skills...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like

Thanks so much i will learn some java <3

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.