thaarok / cordova-plugin-kiosk

Cordova plugin to use Cordova application "in kiosk mode" and as Android launcher
Apache License 2.0
142 stars 101 forks source link

Unable to install/build plugin on IONIC 4 #80

Open voidbrain opened 5 years ago

voidbrain commented 5 years ago

There was a conflict trying to modify attributes with in plugin cordova-plugin-kiosk. The conflicting plugin, undefined, already modified the same attributes. The conflict must be resolved before cordova-plugin-kiosk can be added. You may use --force to add the plugin and overwrite the conflicting attributes. [ERROR] An error occurred while running subprocess cordova.

    cordova platform add android exited with exit code 1.

Adding the plugin with --force works but it fails when ionic Cordova build android