Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clear cache in Cordova app

When updating the www-folder of my Android app (using Cordova 3.6.3), the app shows an old cached-version of my www.

If I clear app-data (from Android->Settings->Apps) and run the app, the new updated version of www is shown. This is a big problem when publishing new versions of the app.

How can I force the app to clear the cache when the app is updated (or just every time the app starts)?

like image 226
Ole Tetzschner Avatar asked Nov 30 '25 19:11

Ole Tetzschner


1 Answers

I don't use Sencha Architect much so this might not be a solution, but when I've had similar things happen I usually just...

cd to/MyApp
cd cordova && cordova platforms rm android
# then
cordova platforms add android
# or 
cd .. && sencha app build native

...and let Sencha CMD take care of rebuilding the cordova app. Tho if you have made any changes within the android directory they will be removed.

If you are making the changes within the cordova/www/ directory then those will reappear.

like image 96
Trozdol Avatar answered Dec 03 '25 11:12

Trozdol



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!