node.js - Ionic build not reflecting changes when running or deploying to app -


i using standard ionic template project generated webstorm.

when make simple changes (like adding test alert(...)) in app.run(...) in app.js , run following set of commands, changes not reflected when app runs or deployed phone.

the following commands ran root of project.

gulp ionic build android ionic run|emulate android 

is there missing not reflect changes making?

recently experienced issue. helped me removing android platform:

ionic platform rm android 

then, re-adding it.

ionic platform add android 

make sure delete app device before running/installing again, run:

ionic run android 

hope helps


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -