Hello,
I’m a beginner on ionic.
I use a lot of API Ionic Native and to debug I use a tablet conecter in USB.
I use the function:
ionic cordova run android -l
For my test, the first loading is good but when the livereload restarts all the native plugin no longer works …
vendor.js: 51208 Native: tried accessing the SQLite plugin but it's not installed.
pluginWarn @ vendor.js: 51208
vendor.js: 51211 Install the SQLite plugin: 'ionic cordova plugin add cordova-sqlite-storage'
cli packages: (E:\ionic\diruy\node_modules)
@ionic/cli-utils : 1.10.1
ionic (Ionic CLI) : 3.10.1
global packages:
Cordova CLI : 7.0.1
local packages:
@ionic/app-scripts : 2.1.4
Cordova Platforms : none
Ionic Framework : ionic-angular 3.6.1
System:
Node : v6.10.3
npm : 3.10.10
OS : Windows 10
Do you have a solution ?