Error on add cordova-sqlite-storage plugin to project

Hello.

When add sqlite plugin to project get many errors. such as (config.xml not fund or ionic-plugin-keyboard not installed and…)
and when remove sqlite plugin solved and build and run.

try platform remove and add. not resolve.

ionic --version 3.19

@reza3vi

could you print error here

thanks

1 Like

hello, send print screen. thanks

What version of Cordova-android are you on?

Storage plugins aren’t functioning well on Cordova-android 7.0.0 and you should downgrade to 6.4.0 probably until the plugins are updated

android version is 7.0.0.

how to install 6.4.0 or downgrade it.

Ionic Cordova platform rm Android

Ionic Cordova platform add android@6.4.0

1 Like

Thanks. resolved.
Add android 6.4.0 and resolved problem.