"plugin_not_installed" Ionic 3 error

I have been trying to use sqlite plugin in Ionic 3, it works fine on first run, but when I make changes to code and save it, suddenly Ionic 3 ends up with "plugin_not_installed" error on my (Physical) Android Device.

I have installed the plugin (by following its offical documentation)

[app-scripts] [14:58:26]  console.log: OPEN database: progress.db
[app-scripts] [14:58:26]  console.log: new transaction is waiting for open operation 
[app-scripts] [14:58:26]  console.log: OPEN database: progress.db - OK 
[app-scripts] [14:58:26]  console.log: executing query 
[app-scripts] [14:58:26]  console.log: deviceready has not fired after 5 seconds. 
[app-scripts] [14:58:26]  console.log: Ionic Native: deviceready event fired after 3193 ms 
[app-scripts] [15:00:19]  build started ... 
[app-scripts] [15:00:19]  deeplinks update started ... 
[app-scripts] [15:00:19]  deeplinks update finished in 19 ms 
[app-scripts] [15:00:19]  transpile update started ... 
[app-scripts] [15:00:19]  transpile update finished in 62 ms 
[app-scripts] [15:00:19]  webpack update started ... 
[app-scripts] [15:00:19]  webpack update finished in 211 ms 
[app-scripts] [15:00:20]  build finished in 394 ms 
[app-scripts] [15:00:25]  console.log: Angular is running in the development mode. Call enableProdMode() to enable the production 
[app-scripts]             mode. 
[app-scripts] [15:00:25]  console.warn: 'Ionic Native: tried accessing the SQLite plugin but it's not installed. 
[app-scripts] [15:00:25]  console.warn: Install the SQLite plugin: 'ionic cordova plugin add cordova-sqlite-storage' 
[app-scripts] [15:00:25]  console.log: deviceready has not fired after 5 seconds. 
[app-scripts] [15:00:25]  console.log: Channel not fired: onPluginsReady 
[app-scripts] [15:00:25]  console.log: Channel not fired: onCordovaReady 
[app-scripts] [15:00:26]  console.log: Ionic Native: deviceready event fired after 4927 ms