In ionic 2 after coding I’m updating android platform using ‘ionic cordova platform update android’ it is running successfully but when it is run on device that time updating changes can’t displaying
ionic cordova platform update
is to update the cordova platform version - not to update the content of the Ionic app you are creating.
You use ionic cordova build android
or ionic cordova run android
or ionic cordova emulate android
for that.
1 Like