I am developing a phonegap app and I want to show push notification count on app icon. I am using com.phonegap.plugins.pushplugin for receiving push notification.
I am trying to use this plugin https://github.com/katzer/cordova-plugin-badge for displaying badge.
But while building the app it fails and the log shows the following
[javac] /project/src/de/appplant/cordova/plugin/badge/BadgeImpl.java:33: error: package me.leolin.shortcutbadger does not exist [javac] import me.leolin.shortcutbadger.ShortcutBadger;
Can anyone help me in solving the issue? Thanks in advance.