How to Clear Dalvik Cache without accessing Recovery Mode

4527
0

Dalvik is a Java based virtual machine that is used to run Android apps on any Android device. Dalvik is an open source software and it was originally written by Dan Bornstein. Dalvik cache is the cache area for Dalvik virtual memory and it is created when the Dalvik VM optimizes your app for running. In other words, Dalvik Cache is nothing more than a temporary storage of the code.

Clearing the Dalvik Cache of your device won’t do any harm and is not a complex process at all. All you need to do is to access the recovery in order to clear the cache but the main question today is how to clear Dalvik Cache without accessing Recovery Mode. Well, the solution is pretty simple. Here is how you can do it.

How to Clear Dalvik Cache Without Accessing the Recovery Mode:

  1. First you need to confirm that your device is properly rooted. If its not then you have to root your device first.
  2. Download and install file explorer on your Android device. You can either use Root explorer or ES File Explorer.
  3. When you have installed it, enable the root access. For changing these settings in ES File Explorer go to Menu > Settings, Check Up to Root then below check Root Explorer. Accept any SuperUser requests.
  4. When your root access is enabled, go to /data/dalvik cache folder. Select all the files within that folder and delete them.
  5. Now, Reboot your device. After reboot, system will re-optimize the changes you made.

That’s it. That’s the simple Android tutorial on how you can remove Dalvik Cache without accessing the recovery mode.

LEAVE A REPLY

Please enter your comment!
Please enter your name here