Hi, @thanhdoan1812
Install this module
ionic plugin rm cordova-plugin-screen-orientation --save
ionic plugin add cordova-plugin-screen-orientation@1.4.3 --save
ionic platform rm android --save
ionic platform add android --save
Who knows how to update the link which ionic plugin add
is using? Is it fetched from npm? Do we have to contact the author of the old repository or how does this work?