我正在尝试使用ionic run android --livereload
命令进行Ionic 2重新加载工作。通过命令行看起来像实时重新加载工作。
但是,当我在应用程序的某个html文件中更改某些内容时,我看不到模拟器上的更改。看起来我尝试了一切。
在config.xml中添加了一些伪造的行
<content src="index.html"/>
<access origin="*"/>
<allow-navigation href="*"/>
<allow-intent href="http://*/*"/>
在index.html head标记中添加了这一行
<script src="//192.168.0.5:35729/livereload.js?snipver=1"></script>