App Shortcuts for cordova application

843 views Asked by At

I am trying to include cordova-plugin-shortcuts-android in the application but i am not able to build the application.

below is the screeshot of the error

enter image description here

Is there any other equivalent plugin which can be included in the application and also is there any plugin which can be used in IOS for the same reqirement.

After updating android SDK but still I get this error, I have added the screen shot of the error

enter image description here

1

There are 1 answers

3
Kevin Dias On

Check the version you have on your android SDK for example

<preference name="android-targetSdkVersion" value="23"/>

Maybe the plugin requires a new sdk , more info see this thread -> link