How to force refresh the cached source files upon Ionic build/run?

后端 未结 10 1608
栀梦
栀梦 2020-12-29 01:16

I have this random issue with ionic build or ionic run.

I\'ve noticed that during compilation it uses the cache of my source code, therefor

10条回答
  •  再見小時候
    2020-12-29 01:54

    I have deleted android-debug.apk from platforms/android/build/outputs/apk and then ionic cordova run android. It worked with no cache.

提交回复
热议问题