Ionic error when plugin install

Failed to install ‘cc.fovea.cordova.purchase’: Error: Forward-slash in opening tag not followed by >
Line: 0
Column: 107
Char: d

Hi, @rajputsachin
As mentioned here it will work with android version 7.1.1 so first, remove platform using a command cordova platform remove android and then add platform using the command cordova platform add android@7.1.2 and then try to install.

Hope it will solve your problem…!!!