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

后端 未结 10 1558
栀梦
栀梦 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:57

    What I did to solve my problem was to do re-initialize the Android platform.

    ionic cordova platform remove android then ionic cordova platform add android

    goto task manager and kill java se process

提交回复
热议问题